sleek_circular_slider icon indicating copy to clipboard operation
sleek_circular_slider copied to clipboard

Sleek circular slider for Flutter

Results 57 sleek_circular_slider issues
Sort by recently updated
recently updated
newest added

Thanks for this widget,it is really awesome and customizable, but i am wondering if i want to set a value dynamically how would i do it? well, i can set...

enhancement

Hi. Thx for you lib. Is this possible to create multi-level overflow when value is above 100% just like in watch os components? ![image](https://user-images.githubusercontent.com/17659602/132853573-49054700-8faf-47ba-8048-482377f57550.png)

Hello! Can sleek_circular_slider support accessibility? Thanks a lot!

enhancement

As you can se in the image the example page does not show any example I would suggest something like this ``` SleekCircularSlider( onChangeStart: (double value) {}, onChange: (value) {},...

Is there a way to put my custom widget inside the circle and not a text? I would like to put the toggle button in the center of the slider....

Hi there, Im working with the package as a progressbar. I use 3 colors inside: progressBarColors But it looks like the color is repeating itself? Im starting with a green...

enhancement

This feature will open a lot more customizability to the seek bar handle as it is not constrained to a circle where we can only set the color. Also other...

enhancement

I don't what action leads to this : ``` The following _CastError was thrown while dispatching a pointer event: Null check operator used on a null value When the exception...

Changing the UI either via animation or changing the appearance values (and calling setState) does not rebuild the widget. This causes the slider appearance to be static on creation but...