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

DurationPicker In a SingleChildScrollViewer doesn't respond to touches #19

Open hinterlandcreative opened 4 years ago

hinterlandcreative commented 4 years ago

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.

hinterlandcreative commented 4 years ago

It's almost like the touch target is the middle text and then after you've put your finger down in the middle, you can start swiping around the circle. It won't register touches if you tap directly on the blue slider circle.