annotated_slider 0.0.1
annotated_slider: ^0.0.1 copied to clipboard
A Flutter package for creating sliders with customizable markers, tick marks, and annotations.
0.0.1 #
- Initial release of
annotated_slider. - Added support for:
- Custom markers using
AnnotatedSliderMarkerShape - Marker labels at specific normalized positions
- Fully themeable slider appearance via
AnnotatedSliderTheme - Tick marks and value indicators
- Custom markers using
- Includes a sample
DOTShapeimplementation for circular gradient markers.