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

Adapt this widget to a circular slider widget #5

Open fvisticot opened 6 years ago

fvisticot commented 6 years ago

I need a circular slider widget to select value between V1 and V2 with configurable step. (by example select value between 1 and 5 with step of 0.5). Do you think you can adapt your component and provide this kind of component that does not exist yet in flutter. Tx in advance.

cdharris commented 6 years ago

Hey @fvisticot , sounds feasible for sure! I don't have the time to work on this at the moment as the widget satisfies my current project's needs but welcome a PR! :)