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

[Bugfix] Pass snapToMins to _DurationPickerDialog in showDurationPicker(..) #3

Closed gwario closed 6 years ago

gwario commented 6 years ago

Hey, when i tried to use snapToMins with the dialog, I found out that the value is not passed to the picker widget constructor. Here is a fix! Great work, really helped me out with this duration picker! Regards.

cdharris commented 6 years ago

Thanks @gwario, good spot!