flutter_tindercard 0.2.0
flutter_tindercard: ^0.2.0 copied to clipboard
Tinder(TanTan) Card Widget, fast way to have a high quality swap card widget in your flutter app.
flutter_tindercard #
Tinder/TanTan Card Widget.
Screenshots #

Getting Started #
-
Depend on it by adding this to your pubspec.yaml file:
flutter_tindercard: ^0.1.7 -
Import it:
import 'package:flutter_tindercard.dart' -
Add TinderSwapCard in your widget layout and write the single card layout builder you need, then you get a Tinder(探探) like swap card widget!
-
Use
CardSwipeCompleteCallbackfor the swiped orientation and index! -
Use
CardControllerto trigger swap from outside. Init a CardController as param for widget, and invoke methodtriggerLeft/Rightof yourCardControllerto trigger swipe! -
Use
CardDragUpdateCallbackto get swiping card's detail.