swipeable_card_stack 0.0.4 swipeable_card_stack: ^0.0.4 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.
[0.0.4] - September 30, 2021 #
- Performance improvement
[0.0.3] - September 24, 2021 #
- Null safety
[0.0.2] - March 1, 2021 #
- Changed README.md demo gif
[0.0.1] - February 19, 2021 #
- Added
SwipeableCardsSection
- Can add custom widgets to SwipeableCardsSection
- Cards can be swiped horizontally and vertically
- Can receive swipe events
- Added
CardController
to automatically swipe cards:_cardController.triggerSwipeLeft()
_cardController.triggerSwipeRight()
_cardController.triggerSwipeUp()
_cardController.triggerSwipeDown()
- Added example (see
examples/
folder)