swipeable_cards_stack 1.0.2+1
swipeable_cards_stack: ^1.0.2+1 copied to clipboard
This is Tinder like swipeable cards package. You can add your own widgets to the stack, receive all four events, left, right, up and down. You can define your own business logic for each direction.
[1.0.0] #
- Added
SwipeableCardsStack
- Can add custom widgets to SwipeableCardsStack
- Cards can be swiped horizontally and vertically
- Can receive swipe events
- Added
SwipeableCardsStackController
to automatically swipe cards:_SwipeableCardsStackController.triggerSwipeLeft()
_SwipeableCardsStackController.triggerSwipeRight()
_SwipeableCardsStackController.triggerSwipeUp()
_SwipeableCardsStackController.triggerSwipeDown()
- Added example (see
examples/
folder)