- add
CardSwipeCompleteCallback
for the swiped orientation: - add
CardDragUpdateCallback
for the swiping position.
- update
CardSwipeCompleteCallback
with the card's index param:
- add
CardController
to trigger swap from outside.
- add
animDuration
param to custom. - Optimize the animation.
- update
CardDragUpdateCallback
for the swiping card's detail. - add
swipeEdge
to determine action(recover or swipe) when you release your swiping card.
- Bug Fix.
- Support async.
- Support vertical swip.
- Upgrade swipe animation.
- Migrate to null safety.