Yet another Slider Widget

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,
)

Download Details:

Author: sthefanoss

Source Code: https://github.com/sthefanoss/flutter_multi_slider

#flutter #dart #mobile-apps

Yet another Slider Widget
3.60 GEEK