custom_month_picker 0.1.1
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.
CustomMonthPickerwidget 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.enabledUpToIndexto 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
compactandhorizontalMargin. - Custom month labels (any length / language) supported via the
monthsparameter.
