wave_slider 0.2.0 copy "wave_slider: ^0.2.0" to clipboard
wave_slider: ^0.2.0 copied to clipboard

A Flutter slider that makes a wave effect when dragged. Does a little bounce when dropped.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add wave_slider

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

dependencies:
  wave_slider: ^0.2.0

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:wave_slider/wave_slider.dart';
127
likes
30
pub points
37%
popularity

Publisher

verified publisherfunwith.app

A Flutter slider that makes a wave effect when dragged. Does a little bounce when dropped.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on wave_slider