mat_month_picker_dialog 1.1.1 copy "mat_month_picker_dialog: ^1.1.1" to clipboard
mat_month_picker_dialog: ^1.1.1 copied to clipboard

outdated

Material design 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)
);

Screenshots #

Year selector Month selector
20
likes
70
points
3.26k
downloads

Publisher

unverified uploader

Weekly Downloads

Material design month picker dialog.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, intl

More

Packages that depend on mat_month_picker_dialog