flutter_month_select library

Functions

monthYearOnly(DateTime dateTime) DateTime
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.