Skip to content

Commit

Permalink
update pubspec and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ltOgt authored and ricardodalarme committed Oct 8, 2024
1 parent 99b30ff commit aa378ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [7.0.2]

- Tracks `StreamSubscription<ControllerEvent>` given `widget.controller`, and calls `cancel` on dispose.

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

Please sign in to comment.