scrumlab_flutter_tindercard 1.2.0
scrumlab_flutter_tindercard: ^1.2.0 copied to clipboard
Tinder(TanTan) Card Widget, fast way to have a high quality swap card widget in your flutter app.
1.2.0 #
- Null Saffety Version
0.1.4 #
- add
CardSwipeCompleteCallbackfor the swiped orientation: - add
CardDragUpdateCallbackfor the swiping position.
0.1.5 #
- update
CardSwipeCompleteCallbackwith the card's index param:
0.1.6 #
- add
CardControllerto trigger swap from outside.
0.1.7 #
- add
animDurationparam to custom. - Optimize the animation.
0.1.8 #
- update
CardDragUpdateCallbackfor the swiping card's detail. - add
swipeEdgeto determine action(recover or swipe) when you release your swiping card.
0.1.9 #
- Bug Fix.
- Support async.
- Support vertical swip.
0.2.0 #
- Upgrade swipe animation.
0.2.1 #
- Migrate to null safety.