Mindinventory / AndroidCircularSlider

Create Highly Customizable Circular Slider made with Jetpack compose
https://www.mindinventory.com/android-application-development.php
MIT License
63 stars 3 forks source link

Is there a way to set a minimum value to the range selected? #6

Open ronenfe opened 6 months ago

ronenfe commented 6 months ago

I'm using a different slider but it has a bug when steps are over 29, so I'm looking for a different one with same behavior. https://github.com/bikcrum/CircularRangeSlider-Android

BhavinVala18 commented 6 months ago

Hello @ronenfe, You can use the staticProgress parameter to set progress or check our demo code in the repository.