action_slider 0.8.0-beta.3 action_slider: ^0.8.0-beta.3 copied to clipboard
A fully customizable slider to confirm actions and provide feedback on the success. It supports different states like loading, success and failure to provide feedback to the user.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add action_slider
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
action_slider: ^0.8.0-beta.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:action_slider/action_slider.dart';