29 lines
673 B
Markdown
29 lines
673 B
Markdown
## [0.0.5] - October 11, 2021
|
|
|
|
- Update Readme.md
|
|
|
|
## [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)
|