flutter_xlider icon indicating copy to clipboard operation
flutter_xlider copied to clipboard

A material design slider and range slider with rtl support and lots of options and customization for flutter

Results 69 flutter_xlider issues
Sort by recently updated
recently updated
newest added
trafficstars

![Screenshot 2020-09-30 at 11 01 04 AM](https://user-images.githubusercontent.com/51823698/94646636-4100e280-030c-11eb-9034-c927ff2ae725.png) 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: ![IMG_0258](https://user-images.githubusercontent.com/10066011/82737973-6feac480-9d2c-11ea-9b23-22c3eee56c44.jpg)

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...