Last updated:
0 purchases
flutter swipping button
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
copied to clipboard
In your library add the following import:
import 'package:flutter_swipping_button/flutter_swipping_button.dart';
copied to clipboard
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.