month_range_picker_modal 1.0.0
month_range_picker_modal: ^1.0.0 copied to clipboard
A customizable Flutter date picker modal that supports month/year selection and custom date range selection with preset options.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 - 2024-01-01 #
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