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
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
128
likes
30
points
34
downloads

Publisher

verified publisherfunwith.app

Weekly Downloads

2024.09.19 - 2025.04.03

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

Repository (GitHub)

License

unknown (license)

Dependencies

flutter

More

Packages that depend on wave_slider