squiggly_slider

Creator: coderz1093

Last updated:

Add to Cart

Description:

squiggly slider

Flutter Package to add the Squiggly Seekbar (introduced in Android 13 for the Media Player) as a Widget #
Features #
Flutter rebuild of the Squiggly Seekbar introduced in Android 13 for the Media Player.

Getting started #
flutter pub add squiggly_slider
or manually add the dependency to your pubspec.yaml file.
dependencies:
squiggly_slider: ^1.0.0
copied to clipboard
Usage #
import the package
import 'package:squiggly_slider/squiggly_slider.dart';
copied to clipboard
and then use it as a drop in replacement for the normal slider
SquigglySlider(
//... normal Slider Widget properties ...
squiggleAmplitude: 5.0,
squiggleWavelength: 5.0,
squiggleSpeed: 0.3,
),
copied to clipboard
Additional information #
contributions (PRs) are welcome.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.