month_picker_intl library
Functions
-
showMonthPicker(
{required BuildContext context, required DateTime initialDate, required DateTime firstDate, required DateTime lastDate}) → Future< DateTime?> - three dates (initial, first and last) are required initialDate: initial date from which you want to start should be in bewtween firstDate and lastDate firstDate: date from which you want to start should not be before lastDate lastDate: date where you want to stop