xayn_swipe_it 1.0.2
xayn_swipe_it: ^1.0.2 copied to clipboard
A performant, animated swipe widget with left and right customizable options provided by Xayn.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add xayn_swipe_itThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
xayn_swipe_it: ^1.0.2Alternatively, 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:xayn_swipe_it/xayn_swipe_it.dart';