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

outdated

A custom Slider which accepts a list of ordered values. It's meant to be as simple as the original Slider!

MultiSlider #

Yet another Slider Widget. But here you can use a List<double> as input!!!

You can use Themes.

UI with it #

Usage #

Just a tiny example:

MultiSlider(
    values: _myList,
    onChanged: (values) => setState(
        ()=> _myList = values,
    ),
    min: -1,
    max: 1,
)
16
likes
0
pub points
82%
popularity

Publisher

unverified uploader

A custom Slider which accepts a list of ordered values. It's meant to be as simple as the original Slider!

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_multi_slider