month_range_picker_modal 1.0.1
month_range_picker_modal: ^1.0.1 copied to clipboard
A customizable Flutter date picker modal that supports month/year selection and custom date range selection with preset options.
Changelog #
1.0.1 #
- Updated screenshots in README documentation
1.0.0 #
Added #
- Initial release of month_range_picker_modal
- Monthly date selection with wheel pickers
- Custom date range selection with preset options (Last 3 months, Last 6 months, Custom)
- Support for custom colors, fonts, and validation error handling
- Tab-based UI for switching between Monthly and Custom selection modes
- Configurable date restrictions (firstDate, lastDate)
- Option to show all months regardless of lastDate restriction
- Comprehensive documentation and examples