flutter_duration_picker icon indicating copy to clipboard operation
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

Open ramsestom opened this issue 4 years ago • 0 comments

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

ramsestom avatar Apr 17 '20 00:04 ramsestom