Skip to content

Latest commit

 

History

History
106 lines (81 loc) · 3.79 KB

CHANGELOG.md

File metadata and controls

106 lines (81 loc) · 3.79 KB

1.0.3

  • Refactored the example code.
  • Updated the library details.

1.0.2

  • 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.

1.0.1

  • Merged the PRs.
  • Improved the code of the merged PRs and refactored other code.
  • Updated the library details.

1.0.0

  • BREAKING CHANGE: The library now requires Dart version 3.2.0 or higher, and Flutter version 3.16.0 or higher.
  • Fixed the issue.
    • #15 - Gap at the top of the circle.
  • Updated the library environment and details.

0.0.9

  • Added an isSelectableHandlerMoveAble bool flag to disable the dragging of both handlers.
  • Fixed the issues.
    • #9 - BUG/Enhancement Disable dragging both handlers.
    • #10 - Update selected time scale programmatically.
  • Updated the library details and other improvements.

0.0.8

  • 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.
    • #4 - Add option to show more clock numbers using ClockIncrementHourFormat.
    • #5 - Bug onSelectionEnd was not triggered when bothHandler moves.
    • #7 - Prefer start handler on top for same hour selection.
    • #8 - Mouse cursor for web on handlers.
  • Updated the library details.

0.0.7

  • Add support of Disable time range for the disable given selection.
  • Fixed the issue.
    • #3 - Request for new functionality.
  • Updated the library details.

0.0.6

  • Updated the library details.

0.0.5

  • 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.

0.0.4

  • Updated the library details.

0.0.3

  • 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?.

0.0.2

  • Updated the library details.

0.0.1

  • Initial release of progressive_time_picker library.