swipable_stack library

Classes

SwipableStack
A widget for stacking cards, which users can swipe horizontally and vertically with beautiful animations.
SwipableStackController
An object to manipulate the SwipableStack.

Enums

SwipeAnchor
Where to anchor the card during swipe
SwipeDirection
The type of Action to use in SwipableStack.

Typedefs

OnWillMoveNext = bool Function(int index, SwipeDirection swipeDirection)
Callback called just before launching the Swipe action.
SwipableStackItemBuilder = Widget Function(BuildContext context, ItemSwipeProperties swipeProperty)
Builder for items to be displayed in SwipableStack.
SwipableStackOverlayBuilder = Widget Function(BuildContext context, OverlaySwipeProperties swipeProperty)
Builder for displaying an overlay on the most foreground card.
SwipeCompletionCallback = void Function(int index, SwipeDirection direction)
Callback called when the Swipe is completed.