selection_wave_slider 1.0.1 copy "selection_wave_slider: ^1.0.1" to clipboard
selection_wave_slider: ^1.0.1 copied to clipboard

A selection_wave_slider in Flutter is a material design widget utilized for choosing a scope of values.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add selection_wave_slider

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

dependencies:
  selection_wave_slider: ^1.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:selection_wave_slider/selection_wave_slider.dart';
12
likes
100
pub points
46%
popularity

Publisher

unverified uploader

A selection_wave_slider in Flutter is a material design widget utilized for choosing a scope of values.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter, path_drawing

More

Packages that depend on selection_wave_slider