modern_linear_slider 1.0.0 copy "modern_linear_slider: ^1.0.0" to clipboard
modern_linear_slider: ^1.0.0 copied to clipboard

A package for a decent linear slider widget

Modern Linear Slider #

A value slider works by touching and dragging in the increasing or decreasign direction, and not affected by tapping which gives more decent experience for touch devices

Usage Example #

ModernLinearSlider(
  backgroundColor: Colors.black26,
  foregroundColor: Colors.blueAccent,
  disabledColor: Colors.black38,
  value: val.toDouble(),
  onValueChanging: (i) {
    setState(() {
      val = i.toInt();
    });
  },
  onValueChanged: (i) {},
),

4
likes
135
points
12
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A package for a decent linear slider widget

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on modern_linear_slider