- Refactored the example code.
- Updated the library details.
- Merged the PR.
- #18 - Support multiple disabled time ranges in TimePicker Thanks to hishtadlut.
- Fixed the issue.
- #19 - Mouse cursor not showing up on desktop.
- Improved the code of the merged PR and refactored it.
- Updated the library details.
- Merged the PRs.
- #11 - Update the base_time_painter.dart Thanks to dragonfire1975.
- #14 - More flex customization for clock number Thanks to ductung-bfast.
- Improved the code of the merged PRs and refactored other code.
- Updated the library details.
- BREAKING CHANGE: The library now requires Dart version
3.2.0
or higher, and Flutter version3.16.0
or higher. - Fixed the issue.
- #15 - Gap at the top of the circle.
- Updated the library environment and details.
- Added an isSelectableHandlerMoveAble bool flag to disable the dragging of both handlers.
- Fixed the issues.
- Updated the library details and other improvements.
- Added an option to show more clock numbers using ClockIncrementHourFormat.
- Fixed Bug for onSelectionEnd was not triggered when bothHandler moves.
- Added an bool flag to draw init or end handler on the top.
- Added mouse cursor for web on handlers.
- Fixed the issues.
- Updated the library details.
- Add support of Disable time range for the disable given selection.
- Fixed the issue.
- #3 - Request for new functionality.
- Updated the library details.
- Updated the library details.
- Added support of Time Increment feature for the Time Picker inside the TimePickerClockNumberDecoration.
- Using that ClockIncrementTimeFormat we're able to add Time Increment for the following values 1, 2, 3, 4, 5, 6, 10, 12, 15, 20, 30, and 60.
- Fixed the issue.
- #2 - Questions and clarifications.
- Updated the library details.
- Added support for single picker handler time selection or to disable the draggable behavior of picker handler (by using isInitHandlerSelectable and isEndHandlerSelectable Parameters of TimePicker).
- Fixed the issue.
- #1 - is it possible to disable drag function in initHandler?.
- Updated the library details.
- Initial release of
progressive_time_picker
library.