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

stop dragging the picker when it reaches the disabled time ! #13

Closed mohamedsl22 closed 4 months ago

mohamedsl22 commented 1 year ago

the behavior that I get when the user reaches the disabled time which is in my case from 23:59 to 00:00 instead of stoping the picker there it skips it and start a new picker that starts from 00:00, what I want is that to stop the picker on 23:59 instead of skipping it and starts new picker from 00:00. can you please fix it 🙏🏻 thank you

abrarmalekji345 commented 4 months ago

Hi @mohamedsl22, This is our intended behaviour so the user can reset the range once it has reached the 24-hour cycle. Thanks.