Mindinventory / progressive_time_picker

A Customizable Progressive Time Picker for Flutter.
https://www.mindinventory.com/flutter-app-development.php
MIT License
70 stars 14 forks source link

[BUG/Enhancement] Disable dragging both handlers #9

Closed lucariojb closed 1 year ago

lucariojb commented 1 year ago

Even if the selectable property of one handler is false it can be moved when moving both handlers at the same time (by dragging the highlited timespan).

Don't know if this is wanted, but I'd love to be able to disable this.

Thanks!

mohit-chauhan-mi commented 1 year ago

Implemented this, please check it with the latest version. Thanks.