flutter_swipable_stack
flutter_swipable_stack copied to clipboard
A widget for stacking cards, which users can swipe horizontally and vertically with beautiful animations like Tinder UI.
I have a suggestion but first - Thanks for a great component. Can we add an onSwipeUpdate callback that is passed SwipeDirection and SwipeProgress or else add them to the...
The old badges don't work anymore, which is why I replaced them with others.
Hello team, If I placed a short video instead of Image, then when I swipe the video it keeps on playing with sound. That means it is not destroying the...
Hi! Great package, thanks. would be great, if there would be a property for customization of the empty state, when the stack is empty: Currently by default it shows empty...
When users have swiped all the cards in stack, I want to let them choose to restart (swipe from the first card). controller has only one method to rewind the...
# What is New In This PR - [add ability to rewind till the end ](https://github.com/HeavenOSK/flutter_swipable_stack/commit/f06b9c90dad101e5b6f41409186801300a75648e) (not just one item back) - [add onSwipeForbiden](https://github.com/HeavenOSK/flutter_swipable_stack/commit/7dbdd9ec83ddf2975b14f5b664a73038a743d8d0) (to detect if user swiped to...
When I call `setState` inside those callbacks, the next time you swipe won't work.
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.