time_range_picker 2.3.1
time_range_picker: ^2.3.1 copied to clipboard
A time range picker for flutter. This widget let's you open a dialog to choose a timeframe with start and end time.
1.0.0 TODO: Add release date. #
- Initial release
1.0.1 TODO: Add release date. #
- Updated docs
1.0.2 TODO: Add release date. #
- Fixed a bug when start-time was beyond 21pm
1.0.3 TODO: Add release date. #
- Fixed a bug with landscape orientation
1.1.0 TODO: Add release date. #
- Included the timepicker as public widget and fixed some minor issues
1.1.1 TODO: Add release date. #
- Fixed a bug with am / pm
2.0.0 TODO: Add release date. #
- Added clock rotation parameter
- Added max duration parameter
- Added null safety support
2.0.1 TODO: Add release date. #
- Fixed bug with default values
2.1.0 TODO: Add release date. #
- Fixed bug with max duration when using a disabled timeframe
- Enhanced handler movement
- Added parameter min duration (default 30 min)
- Added examples for custom dialogs (including ios style)
- Added some assertions to help avoiding errors during implementation
2.3.0 TODO: Add release date. #
- Fixed minor compability issues with Flutter 3
2.3.1 TODO: Add release date. #
- Merged inset padding to adjust dialog size