flutter_xlider
flutter_xlider copied to clipboard
How can we animate one value point to another value point smoothly?
Hi,
I have achieved everything using this package but i am struggling in one thing, which is kind of minor but very important. I want to animate the sliderHandler to another point in kind of animation, like if my current value is 1 and it become 40 then the SliderHandle should move to point 40 smoothly, not just hump on the point.
I ll really appriciate someone help me out