linear_date_picker 0.0.2
linear_date_picker: ^0.0.2 copied to clipboard
A beautiful and customizable linear date picker widget for Flutter that displays month, day, and year in separate scrollable columns with a highlighted selection bar.
0.0.2 #
- Added example app demonstrating date of birth picker with age calculation
- Example includes custom decorations, month names, and styling
0.0.1 #
- Initial release of Linear Date Picker
- Features:
- Customizable linear date picker with separate scrollable columns for month, day, and year
- Support for date ranges with startDate and endDate
- Configurable initial date selection
- Customizable decorations, text styles, and labels
- Optional day column display
- Debounced date change callbacks
- Custom month names support
- Localization support
- This package is inspired by flutter_linear_datepicker (^3.0.1)