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
Hi, here is the issue I am facing. When I tap once and release on the same location, the lowerValue return from onDragStarted & onDragCompleted is different. Kindly refer screenshot...
I am unable to increase the length of the slider to take up the full width of the screen. Does anyone have any idea how I go about this?
Fixed an issue with tool tip position offset when the **_alwaysShowTooltip is true_** and **_set direction with FlutterSliderTooltipDirection.top (optional)_**, so the tool tip is not showing or the handler overlap...
With this change the custom tooltip callback send handler side together with the value. This allows to customize the tooltip according to the handler side. It would probably be more...
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...
https://github.com/Ali-Azmoud/flutter_xlider/issues/148
When having two expanded sliders side by side as part of a Row. After resizing the window, the slider "clicking/tapping" capability breaks and it no longer selects the correct position....
## Issue When `TabBarView`'s tab index has been changed, the inner view rebuilds and throws error. ## Environment - Flutter SDK: 3.22.2 - flutter_xlider: 3.5.0 ## Proposal check `mounted` on...