wave_slider 0.2.0
wave_slider: ^0.2.0 copied to clipboard
A Flutter slider that makes a wave effect when dragged. Does a little bounce when dropped.
[0.2.0] - 23 March 2020 #
- Added an optional trackball to the slider that can be displayed by setting the
displayTrackball
property to true.
[0.1.0] - 22 June 2019 #
- Ported from the original example. Working to return a fractional value between 0 and 1.
- Add safe area for paint.
- Add documentation and help.