forked from firka/student-legacy
commented dropdown cuz not used currently
This commit is contained in:
parent
40740b80d0
commit
3484230ced
@ -31,7 +31,7 @@ import 'home_page.i18n.dart';
|
|||||||
import 'package:filcnaplo/ui/filter/widgets.dart';
|
import 'package:filcnaplo/ui/filter/widgets.dart';
|
||||||
import 'package:filcnaplo/ui/filter/sort.dart';
|
import 'package:filcnaplo/ui/filter/sort.dart';
|
||||||
import 'package:i18n_extension/i18n_extension.dart';
|
import 'package:i18n_extension/i18n_extension.dart';
|
||||||
import 'package:dropdown_button2/dropdown_button2.dart';
|
// import 'package:dropdown_button2/dropdown_button2.dart';
|
||||||
|
|
||||||
class HomePage extends StatefulWidget {
|
class HomePage extends StatefulWidget {
|
||||||
const HomePage({super.key});
|
const HomePage({super.key});
|
||||||
@ -176,18 +176,18 @@ class HomePageState extends State<HomePage> with TickerProviderStateMixin {
|
|||||||
|
|
||||||
setGreeting();
|
setGreeting();
|
||||||
//for extra filters
|
//for extra filters
|
||||||
|
|
||||||
final List<String> items = [
|
// final List<String> items = [
|
||||||
'Item1',
|
// 'Item1',
|
||||||
'Item2',
|
// 'Item2',
|
||||||
'Item3',
|
// 'Item3',
|
||||||
'Item4',
|
// 'Item4',
|
||||||
'Item5',
|
// 'Item5',
|
||||||
'Item6',
|
// 'Item6',
|
||||||
'Item7',
|
// 'Item7',
|
||||||
'Item8',
|
// 'Item8',
|
||||||
];
|
// ];
|
||||||
String? selectedValue;
|
// String? selectedValue;
|
||||||
|
|
||||||
return Scaffold(
|
return Scaffold(
|
||||||
body: Stack(
|
body: Stack(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user