Skip to content

reacct/cupertino_range_slider

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cupertino Range Slider

Widget is a slider that help you to choose a range from a set of values.

Usage

Let's demo the basic usage

CupertinoRangeSlider(
        minValue: minValue, // Current min value
        maxValue: maxValue, // Current max value
        min: 1.0, // Min range value
        max: 100.0, // Max range value
        onMinChanged: (minVal){
        },
        onMaxChanged: (maxVal){
        },
)

About

Flutter: Widget is a slider that help you to choose a range from a set of values

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Dart 97.6%
  • Swift 1.7%
  • Other 0.7%