flutter_duration_picker
flutter_duration_picker copied to clipboard
A Flutter Widget for allowing a user to pick a duration (e.g. 5mins, 1h 30mins, etc)
setting a 1hour initial duration with: `initialTime: Duration(minutes: 60),` as soon as the user start moving the dot, this value becomes 2h
Upon checking on the code imported from the package and the code in the repo, some changes are out of date
If the `DurationPicker` is in a scrollviewer it is unusable. For instance, It's extremely difficult to get the slider circle to respond to touch.
Repro steps: 1. Create a DurationPicker that is small, ex: 150x150 **Expected:** not all minutes will show to accomodate small size **Actual:** Minute labels overlap eachother.
Recent changes since v1.0.4 made it possible to select negative durations by spinning multiple times anti clock-wise. In addition sometimes 1min glitches to 59min while jiggling the spinner a bit.
Could you provide the shape property for the duration popup so we can easier implement rounded corners?
First leap of circle have to set seconds, the second one is for minutes, and then hours.
On clicking the center text, It should enable few actions. 1) On Long Press (center Text) ==> The hours & Minutes values copied to the clipboard. 2) On Tap (center...
There is no option in the date picker to enable or disable. If the duration picker is disabled, then it should not allow to change the default (selected) value.
Hello, when the circle slider is brought back to zero, the "0" is not displayed. An empty space is there instead