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

[BUG] when initial value is set to 1hour, it is considered as 2hours as soon as we start mooving the dot #22

Open ramsestom opened 4 years ago

ramsestom commented 4 years ago

setting a 1hour initial duration with: initialTime: Duration(minutes: 60), as soon as the user start moving the dot, this value becomes 2h