swipable_card 0.0.2 copy "swipable_card: ^0.0.2" to clipboard
swipable_card: ^0.0.2 copied to clipboard

swipable_card is a Flutter package that makes it easy to implement swipeable card layouts, inspired by Tinder-style gestures.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add swipable_card

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  swipable_card: ^0.0.2

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:swipable_card/swipecards.dart';
import 'package:swipable_card/swipecardscontroller.dart';
1
likes
150
points
5
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

swipable_card is a Flutter package that makes it easy to implement swipeable card layouts, inspired by Tinder-style gestures.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on swipable_card