HeavenOSK / flutter_swipable_stack

A widget for stacking cards, which users can swipe horizontally and vertically with beautiful animations like Tinder UI.
https://pub.dev/packages/swipable_stack
MIT License
117 stars 48 forks source link

Customize next animation curve and add onDragCompleted callback. #79

Open jaboyc opened 8 months ago

jaboyc commented 8 months ago

Add ability to customize the animation when finishing a drag or calling swipableStackController.next().

Add onDragCompleted which is called whenever the user finishes a drag that will start the "next" animation.