Skip to content

Commit

Permalink
version: v7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HeySreelal committed Oct 5, 2024
1 parent e14aff6 commit a1c9f19
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [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.
- Remoed 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.1]

- Prevents `CardSwiperController` to be disposed by `CardSwiper`.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: flutter_card_swiper
description: This is a Tinder-like card swiper package. It allows you to swipe left, right, up, and down and define your own business logic for each direction.
homepage: https://github.com/ricardodalarme/flutter_card_swiper
issue_tracker: https://github.com/ricardodalarme/flutter_card_swiper/issues
version: 7.0.1
version: 7.0.2

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down

0 comments on commit a1c9f19

Please sign in to comment.