interactive_slider_kit 0.1.1
interactive_slider_kit: ^0.1.1 copied to clipboard
Interactive Flutter sliders and dials: circular knobs, tier gauges, activity rings, bedtime pickers, studio meters, and category spin wheels — with themes, haptics, and callbacks.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add interactive_slider_kitThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
interactive_slider_kit: ^0.1.1Alternatively, 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:interactive_slider_kit/interactive_slider_kit.dart';