flutter_xlider
flutter_xlider copied to clipboard
question - how to disable animation on redraw?
trafficstars
I have small issue with animation of slider during redrawing UI
https://github.com/Ali-Azmoud/flutter_xlider/assets/147639057/6204e4c7-427f-4696-a522-2a2c201bd778
this effect of jumping achieved when I update UI (setState). I'm using Block architecture and I want to emit update whenever used stops dragging the value. Everything is cool, except this jump.
Please advice.