flutter_date_range_picker 0.2.1
flutter_date_range_picker: ^0.2.1 copied to clipboard
Flutter package for selecting date ranges with input, dialog, and calendar options.
0.2.1 #
- Adding the ability to specify a labelBuilder to the DateRangeField and DateRangeFormField.
- Adding support for dateFormat to the DateRangeField and DateRangeFormField.
- Improving the documentation for DateRangeField and DateRangeFormField.
0.2.0 #
-
Bug Fix: #24. Added support for passing custom footer without relying on
showDateRangePicker
method inside theDateRangeField
/DateRangeFormField
, thanks to @sewakghali. -
Adding support for different days length and start of week, thanks to @marcel-ploch-coodoo and * *@mauriziopinotti**.
-
Adding showDateRangePickerModalDialog to display a centered modal dialog for date range selection, thanks to * *@sewakghali**.
-
Bug Fix: #21. User can now first pick end date before start date, thanks to @rt234cw.
-
Bug Fix: #28. Fixed problem with selectable date and timezones, thanks to @marcel-ploch-coodoo
-
Removing upper limit for intl.
-
Bug Fix #26. Days name now follow the locale of the app
0.1.1 #
- Bumping intl version (0.18 - 0.20.0)
0.1.0 #
- Making the package compatible with Dart 3.3.3
- 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.