sleek_circular_slider
sleek_circular_slider copied to clipboard
Sleek circular slider for Flutter
Im running a code the showes me this error below ..and in my phone shows red screen says " unimplementesError see also flutter.dev/docs/tresting/errors " > Launching lib\main.dart on SM N975F...
Start slider at 0% and stop at 100%, and do not let the user go past 100%.
Is there any solution to to add Icons on that bar at both end end instead of circles?
The finger must be on the line and can be tracked without leaving the screen
when user is dragging the slider and his hand comes out of the box the dragging stoped.
It can be difficult to let the finger exactly on the circle of the slider. For a better user experience, it can be useful to let the sliding and animation...
Non-breaking change. Fix for [issue 79](https://github.com/matthewfx/sleek_circular_slider/issues/79).
**Use case:** When the user taps near, but not directly on, the progress bar, the widget doesn't update. **The problem:** In the `_onPanDown` and `_handlePan` methods, the `touchWidth` is defined...
How to test the slider? Maybe it is possible with the WidgetTester drag method? Which element should be dragged? It doesn't have a key, does it?