matthewfx / sleek_circular_slider

Sleek circular slider for Flutter
MIT License
524 stars 102 forks source link

MainTrack steps #46

Open martin-dimi opened 3 years ago

martin-dimi commented 3 years ago

Hi there!

Amazing work on the lib! I would love to see the option to have the slider move in steps rather than continuously. For instance, if the user is only allowed to select values multiple of 5 (5, 10, 15..). We can set the main label to only display such values ((v / 5).round() * 5).toString() however, there's no way of making the slider itself skip/jump in increments of 5.

matthewfx commented 3 years ago

Thanks! Not sure when I will have time to work on more features... Nevertheless, it will be on my to-do list!