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

I need to change which path the cursor is on, programmatically. The dumbest way I thought was to use a state variable in the ```initialValue``` parameter. Is there another way...

Please add the option to pass our own custom `GradientTransform` to the track and progress gradient. For example: ```dart CustomSliderColors( trackColor: Colors.grey, progressBarColors: [Colors.red, Colors.green, Colors.blue], progressTransform: GradientRotation(45 * (pi/180))...

I want to know if this is possible with this library: ![image](https://user-images.githubusercontent.com/90191659/147713646-410c7cab-2103-4729-9de1-21b14f2c8f1b.png)

_setupPainter was painting value immediately after external changes prior to animation being rendered, causing a glittery transition during animation start.

I'm trying to dynamically change it from a spinner to an initalValue. When I change the spinnerMode property from an outside widget I see this: `_SleekCircularSliderState is a SingleTickerProviderStateMixin but...

This pull request replaces https://github.com/matthewfx/sleek_circular_slider/pull/42. In addition to settings, this pull request includes refactoring of SleekCircularSlider and CurvePainter. The parameters for SleekCircularSlider are divided into: - CircularSliderSettings (more info in...

It's fine when value is greater then 40, but there's a problem with a smaller values: ![IMG_1456](https://user-images.githubusercontent.com/20222325/135605746-c9158400-f7f6-4adb-92a5-da52aaf1e892.jpg) ![IMG_1455](https://user-images.githubusercontent.com/20222325/135605761-13ee77ba-2ca2-4f67-b371-3b66a94d7917.jpg) ![IMG_1454](https://user-images.githubusercontent.com/20222325/135605770-eea67bb0-e0f3-4d1d-a8d3-0581d5bd194a.jpg)