version: v7.0.2
This commit is contained in:
parent
b4f66700b7
commit
c00682c51a
|
|
@ -1,5 +1,12 @@
|
||||||
## [7.0.2]
|
## [7.0.2]
|
||||||
|
|
||||||
|
- Added `CardAnimation.animateToAngle` helper to animate swipe the card to any given angle between 0-360°.
|
||||||
|
- Added `CardAnimation.animateUndoFromAngle` helper method to undo animation from any angle.
|
||||||
|
- Removed previous implementations for the above in the `CardAnimation` class, namely - `animateHorizontally`, `animateVertically`, `animateUndoHorizontally`, and `animateUndoVertically`
|
||||||
|
- Replaced `enum CardSwiperDirection` with `class CardSwiperDirection` to support custom angle swiping.
|
||||||
|
|
||||||
|
## [7.0.2]
|
||||||
|
|
||||||
- Tracks `StreamSubscription<ControllerEvent>` given `widget.controller`, and calls `cancel` on dispose.
|
- Tracks `StreamSubscription<ControllerEvent>` given `widget.controller`, and calls `cancel` on dispose.
|
||||||
|
|
||||||
## [7.0.1]
|
## [7.0.1]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue