month_year_picker library

Classes

MonthYearPickerDialog
MonthYearPickerLocalizations
Callers can lookup localized strings with an instance of MonthYearPickerLocalizations returned by MonthYearPickerLocalizations.of(context).

Functions

lookupMonthYearPickerLocalizations(Locale locale) MonthYearPickerLocalizations
showMonthYearPicker({required BuildContext context, required DateTime initialDate, required DateTime firstDate, required DateTime lastDate, SelectableMonthYearPredicate? selectableMonthYearPredicate, Locale? locale, bool useRootNavigator = true, RouteSettings? routeSettings, TextDirection? textDirection, TransitionBuilder? builder, MonthYearPickerMode initialMonthYearPickerMode = MonthYearPickerMode.month}) Future<DateTime?>
Displays month year picker dialog. initialDate is the initially selected month. firstDate is the lower bound for month selection. lastDate is the upper bound for month selection.