Material month picker with layout inspired by this article.
Add mat_month_picker_dialog
to your pubspec.yaml
final selected = await showMonthPicker(
context: context,
initialDate: DateTime.now(),
firstDate: DateTime(1970),
lastDate: DateTime(2050)
);
Year selector | Month selector |