flutter_xlider
flutter_xlider copied to clipboard
A material design slider and range slider with rtl support and lots of options and customization for flutter
 as of now, whenever i am try to touch on my button it start dragging silder , i want my custom button's ontap...
After upgrade flutter in the latest master channel 1.22.0-10.0.pre.251 , I have this build error: ``` ../../../Programs/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_xlider-3.4.0/lib/flutter_xlider.dart:1606:15: Error: No named parameter with the name 'overflow'. overflow: Overflow.visible, ^^^^^^^^ ../../../Programs/flutter/packages/flutter/lib/src/widgets/basic.dart:3273:3: Context:...
# Problem: The App throws an exception when the Slider should be shown inside an Dialog. ## Exception: https://pastebin.com/yy3Uqt6j ## flutter doctor -v ``` flutter doctor -v [✓] Flutter (Channel...
Corrected Issue which occured when tried to give bottom PositionOffset
If the lowest value of the axis is not zero, it seems that ignoredSteps are not treated correctly. I mean that ignored steps are not positioned correctly on the axis....
Would love if it would be possible to change the size of the tooltip: 
Hi, Thanks for beautiful and useful widget. I have created a simple slider, just after first tap , onDragStarted fired, but onDragCompleted not fired, and after second try it works...
I was able to get around this issue by creating a bool and a double in a wrapper widget which tracks "isDragInProgress" and "toolTipValue" respectively. I set toolTipValue to the...