Closed zjamshidi closed 4 years ago
despite the documentation mentioned:
onChangeOnChange(double value) ... Called during a drag when the user is selecting a new value for the slider by dragging.
Hmm, that's strange... I will look into when I finally find time to work on it again :)
For me either.
It has been fixed in v. 1.2
I'm using SleekCircularSlider in a StreamBuilder to show the audio player's progress. Also, users could use the slider to seek the player. The problem is that method
onChange
is called even when the user is not selecting the slider. Here is my code: