step_slider 1.0.0+1 step_slider: ^1.0.0+1 copied to clipboard
Flutter slider widget that snaps to given step values and notifies each step change.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add step_slider
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
step_slider: ^1.0.0+1
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:step_slider/step_slider.dart';