flutter_ruler_slider 0.0.5
flutter_ruler_slider: ^0.0.5 copied to clipboard
Customizable horizontal ruler slider with snapping, labels, and tick styling for Flutter.
0.0.5 #
- Added
labelAlignmentparameter to control label positioning (top or bottom relative to major ticks) - Renamed
centerIndicatortoindicatorfor clarity - Indicator now aligns based on
ticksAlignmentsetting - Labels now position relative to major tick marks instead of widget edges
- Fixed label clipping issues by adding proper overflow handling
0.0.4 #
- Added ticks alignment
- Changed naming conventions
0.0.3 #
- Custom labels support added
0.0.2 #
- Added matched ticks:
matchValuesto mark specific ticks
0.0.1 #
- Initial release: flutter_ruler_slider created