cdharris / flutter_duration_picker

A Flutter Widget for allowing a user to pick a duration (e.g. 5mins, 1h 30mins, etc)
MIT License
78 stars 49 forks source link

Dragging towards 0 and past it when dot is at top, increases number of hours #7

Open josemaria-molins opened 5 years ago

josemaria-molins commented 5 years ago

When the dot has completed one or more rounds and is at the top (1h 0, 2h 0, etc), if you drag directly from before (say beginning the tap on 55 and dragging over 0 towards 5) a new hour is counted, and it shouldn't.

cdharris commented 5 years ago

Should be solved now by this PR thanks

https://github.com/cdharris/flutter_duration_picker/pull/8