Mindinventory / progressive_time_picker

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

Prefer start handler on top for same hour selection #7

Closed cedvdb closed 1 year ago

cedvdb commented 1 year ago

When the start handler and the end handler are on top of each other, the end handler is show, but the start handler is the one that actually moves.

image

Imo, the start handler should be shown because it is selecting a whole day range, and the icon for start would be more appropriate

mohit-chauhan-mi commented 1 year ago

@cedvdb You may use drawInitHandlerOnTop <- TimePicker bool flag to achieve this with latest version.