dynamic_slider 0.1.0-dev.3 copy "dynamic_slider: ^0.1.0-dev.3" to clipboard
dynamic_slider: ^0.1.0-dev.3 copied to clipboard

A custom implementation of Slider widget in Flutter that accepts values on a sliding scale.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dynamic_slider

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  dynamic_slider: ^0.1.0-dev.3

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:dynamic_slider/dynamic_slider.dart';
1
likes
130
pub points
38%
popularity

Publisher

verified publisheroaktreeapps.com

A custom implementation of Slider widget in Flutter that accepts values on a sliding scale.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on dynamic_slider