flutter_date_range_picker 0.1.0 flutter_date_range_picker: ^0.1.0 copied to clipboard
Flutter package for selecting date ranges with input, dialog, and calendar options.
0.1.0 #
- Making the package compatible with Dart 3.3.3 (allowing intl to be between 0.18.0 and < 0.20.0).
- Fixing border radius for quick period selector.
0.0.14 #
- Fixing weekdays alignment, thanks to mphash.
0.0.13 #
- Adding contains method to the DateRange class.
0.0.12 #
- Solving an issue with the quick period selection
0.0.11 #
- Focus on the first date when a quick period is selected
0.0.10 #
- Adding the ability to specify a null quick period selection
- Adding a duration property to the quick period.
- Adding missing documentation for quick period
0.0.9 #
- Removing BouncingScrollPhysics for the quick period selection
0.0.8 #
- Adding missing documentation
0.0.7 #
- Removing useless images from the README.md file
0.0.6 #
- Adding field and form field to the package
- Adding showDateRangePicker to the package
0.0.5 #
- Allowing to specify disabled dates
- Allowing to specify a minimum and a maximum dateRange
- Fixing an issue with today's date which was incorrectly detected.
0.0.4 #
- Updating README.md with image.
0.0.3 #
- Updating README.md
0.0.2 #
- Renaming export file to match package name
0.0.1 #
- Initial release.