circular_slider 0.1.1
circular_slider: ^0.1.1 copied to clipboard
A circular slider for Flutter with customizable segments, markers, and notches.
0.0.1 #
- Initial release.
0.0.2 #
- Fixed pub analysis errors.
0.0.3 #
- Updated example to better demonstrate the widget
- Reduced Dart SDK requirement to 2.17
0.0.4 #
-
Update example project with additional slider examples
-
Updated CircularSlider styling and interaction and fixed min-max implementation
- Added parameters for track caps, track gradients, interaction mode
- Added parameters for Knob rotation lock, alignment and interaction
- Added KnobBuilder type definition
- Added InteractionMode to control using slider's track or knob
- Fixed logic for value between non-default min & max
- Updated SliderUtils functions
0.1.0 #
- Gradient colors support for track and segments
- New
CircularSliderTrack
class for all track properties - Renamed all
strokeWidth
fields towidth
- Fixed Segment length calculation
0.1.1 #
- Updated CircularSliderSegment to use normalized values
- Updated README.md