13 lines
507 B
Markdown
13 lines
507 B
Markdown
## [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)
|