swipe_confirm_button 0.1.0
swipe_confirm_button: ^0.1.0 copied to clipboard
A universal, zero-dependency slide-to-confirm button for Flutter. Themeable, with idle/loading/success/error states, haptics and RTL support.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add swipe_confirm_buttonThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
swipe_confirm_button: ^0.1.0Alternatively, 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:swipe_confirm_button/swipe_confirm_button.dart';