flutter_duration_picker
flutter_duration_picker copied to clipboard
[BUG] when initial value is set to 1hour, it is considered as 2hours as soon as we start mooving the dot
setting a 1hour initial duration with:
initialTime: Duration(minutes: 60),
as soon as the user start moving the dot, this value becomes 2h