add listView year dropdown
This commit is contained in:
@@ -8,3 +8,7 @@ import 'package:intl/intl.dart';
|
||||
String getCurrentDate(DateTime date) {
|
||||
return DateFormat("yyyy-MM-dd").format(date);
|
||||
}
|
||||
|
||||
var kListDropDownYear = <int>[
|
||||
for (var year = DateTime.now().year; year >= 2020; year--) year
|
||||
];
|
||||
Reference in New Issue
Block a user