mat_month_picker_dialog

Creator: coderz1093

Last updated:

Add to Cart

Description:

mat month picker dialog

mat_month_picker_dialog #
Material month picker with layout inspired by this article.
Getting started #
Add mat_month_picker_dialog to your pubspec.yaml
Usage #
final selected = await showMonthPicker(
context: context,
initialDate: DateTime.now(),
firstDate: DateTime(1970),
lastDate: DateTime(2050)
);
copied to clipboard
Screenshots #


Year selector
Month selector

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.