custom_month_picker 0.1.1 copy "custom_month_picker: ^0.1.1" to clipboard
custom_month_picker: ^0.1.1 copied to clipboard

A lightweight, customizable month picker popup for Flutter. Pick a month from a responsive grid with full theming, optional disabled months, and a one-line dialog helper.

Changelog #

0.1.1 #

  • Added preview screenshots (default 3-column picker with short labels and a customized 4-column picker with full month names) to the README and to the pub.dev screenshot carousel.

0.1.0 #

Initial release.

  • CustomMonthPicker widget that displays a responsive grid of months in a rounded popup card.
  • CustomMonthPicker.show() helper that presents the picker as a modal dialog and resolves with the picked month.
  • enabledUpToIndex to disable months past a given (1-based) index — useful for blocking future months in the current year.
  • Fully theme-able via CustomMonthPickerTheme (colors, radii, font sizes, paddings, grid spacing, tile aspect ratio).
  • Auto-detected compact (phone) vs regular (tablet) layout, overridable via compact and horizontalMargin.
  • Custom month labels (any length / language) supported via the months parameter.
1
likes
160
points
36
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A lightweight, customizable month picker popup for Flutter. Pick a month from a responsive grid with full theming, optional disabled months, and a one-line dialog helper.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on custom_month_picker