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

2 Bugs #4

Closed liepaja closed 5 years ago

liepaja commented 6 years ago

The first bug occurs when initially trying to reach 1 h. It zeroes out. The second bug occurs when reaching more than 2 h, it is always 2h60 and not 3h, 3h60 and not 4.