flutter_swipping_button
A simple swipping button for Flutter with rollback animation with a desired delay.
Getting Started
In the pubspec.yaml of your flutter project, add the following dependency:
dependencies:
...
flutter_swipping_button: ^0.0.2
In your library add the following import:
import 'package:flutter_swipping_button/flutter_swipping_button.dart';
For help getting started with Flutter, view the online documentation.
Changelog
Please see the Changelog page to know what's recently changed.
Contributions
Feel free to contribute to this project.
If you find a bug or want a feature, but don't know how to fix/implement it, please fill an issue.
If you fixed a bug or implemented a feature, please send a pull request.