year_month_picker 1.0.2
year_month_picker: ^1.0.2 copied to clipboard
A Flutter package that enables users to select a year and month via a dialog or bottom sheet interface.
1.0.1 #
- Initial release
1.0.2 #
- Fix: Improved dialog performance
- Replaced the
DropdownButton
with a customDropdown
widget for the year selector in theYearMonthPickerDialog
. - Updated month item builder to use 'MMM' format for device widths <= 412 and 'MMMM' for larger screens.
- Added a
SizedBox
for spacing below the month selector.
- Replaced the