Chris1234567899 / flutter_time_range_picker

A time range picker for Flutter
MIT License
33 stars 53 forks source link

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

Open mohamedsl22 opened 1 year 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

Jonny1987 commented 3 months ago

I have created a fork of this repo to fix this issue: https://github.com/Jonny1987/flutter_time_range_picker