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

Tinder Card Widget, fast way to have a high quality swap card widget in your flutter app.

flutter_tindercard_plus #

Pub Closed

Tinder Card Widget.

Screenshots #

screenshot

Getting Started #

  1. Depend on it by adding this to your pubspec.yaml file: flutter_tindercard_plus: ^x.x.x

  2. Import it: import 'package:flutter_tindercard_plus.dart'

  3. Add TinderSwapCard in your widget layout and write the single card layout builder you need, then you get a Tinder like swap card widget!

  4. Use CardSwipeCompleteCallback for the swiped orientation and index!

  5. Use CardController to trigger swap from outside. Init a CardController as param for widget, and invoke method triggerLeft/Right of your CardController to trigger swipe!

  6. Use CardDragUpdateCallback to get swiping card's detail.

Example #

See Here

11
likes
150
pub points
82%
popularity

Publisher

unverified uploader

Tinder Card Widget, fast way to have a high quality swap card widget in your flutter app.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on flutter_tindercard_plus