From c00682c51a33580eca321b069c7957c1c3f20dad Mon Sep 17 00:00:00 2001 From: Sreelal TS Date: Sat, 5 Oct 2024 16:18:11 +0530 Subject: [PATCH] version: v7.0.2 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9746a77..8b3f262 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## [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` given `widget.controller`, and calls `cancel` on dispose. ## [7.0.1]