sliderflow 2.0.1 copy "sliderflow: ^2.0.1" to clipboard
sliderflow: ^2.0.1 copied to clipboard

It's a futuristic slider widget.

             SliderFlow(
              count: 5,
              label: 'Label',
              onChanged: (int current) {},
              theme: const SliderFlowTheme(
                activeItemColor: Colors.blue,
                inactiveItemColor: Colors.grey,
                borderRadius: 4,
                verticalLineColor: Colors.grey,
                verticalLineWidth: 2,
                labelTextStyle: TextStyle(
                  fontSize: 14,
                  fontWeight: FontWeight.bold,
                  color: Colors.grey,
                ),
                itemTextStyle: TextStyle(
                  fontSize: 14,
                  fontWeight: FontWeight.normal,
                  color: Colors.grey,
                ),
              ),
            ),

3
likes
120
points
27
downloads

Publisher

verified publisherflutterstation.ir

Weekly Downloads

It's a futuristic slider widget.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on sliderflow