507 B
507 B
[1.0.0]
- Added
SwipeableCardsStack- Can add custom widgets to SwipeableCardsStack
- Cards can be swiped horizontally and vertically
- Can receive swipe events
- Added
SwipeableCardsStackControllerto automatically swipe cards:_SwipeableCardsStackController.triggerSwipeLeft()_SwipeableCardsStackController.triggerSwipeRight()_SwipeableCardsStackController.triggerSwipeUp()_SwipeableCardsStackController.triggerSwipeDown()
- Added example (see
examples/folder)