Skip to content

An iOS style range slider that helps you with choosing a range from a set of values.

License

Notifications You must be signed in to change notification settings

kiritokatklian/cupertino_range_slider

 
 

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

An iOS style range slider that helps you with choosing a range from a set of values.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 94.3%
  • Shell 3.4%
  • Swift 1.6%
  • Other 0.7%