f_card_swiper/CHANGELOG.md

21 lines
593 B
Markdown

## [1.0.2]
- Add a screenshorts to pub.dev
- ## [1.0.1]
- Adjust the sample image
## [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)