Skip to content

Commit aa378ea

Browse files
ltOgtricardodalarme
authored andcommitted
update pubspec and changelog
1 parent 99b30ff commit aa378ea

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [7.0.2]
2+
3+
- Tracks `StreamSubscription<ControllerEvent>` given `widget.controller`, and calls `cancel` on dispose.
4+
15
## [7.0.1]
26

37
- Prevents `CardSwiperController` to be disposed by `CardSwiper`.

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: flutter_card_swiper
22
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.
33
homepage: https://github.com/ricardodalarme/flutter_card_swiper
44
issue_tracker: https://github.com/ricardodalarme/flutter_card_swiper/issues
5-
version: 7.0.1
5+
version: 7.0.2
66

77
environment:
88
sdk: ">=3.0.0 <4.0.0"

0 commit comments

Comments
 (0)