## [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)