tape_measure 1.0.4 copy "tape_measure: ^1.0.4" to clipboard
tape_measure: ^1.0.4 copied to clipboard

A Slider replacement widget.

Tape Measure #

A slider with tape measure look. A drop-in replacement for Slider with a few extra features.

Use it just like a regular Slider:

TapeMeasureSlider(
  value: sliderValue,
  min: 0,
  max: 360,
  divisions: 360,
  smallTickEvery: 5,
  bigTickEvery: 10,
  mainTickEvery: 90,
  mainSnapDistance: 5,
  tickColor: Colors.blue,
  activeColor: Colors.lightBlue,
  inactiveColor: Colors.lightBlue,
  onChanged: (value) => setState(() {
    sliderValue = value;
  }),
)

Screenshot

Support #

If you like this package, please consider supporting it.

buy me a book

3
likes
140
pub points
38%
popularity
screenshot

Publisher

verified publishertramontana.co.hu

A Slider replacement widget.

Repository (GitHub)
View/report issues

Topics

#flutter #slider

Documentation

API reference

Funding

Consider supporting this project:

buymeacoffee.com

License

MIT (license)

Dependencies

flutter

More

Packages that depend on tape_measure