update pubspec and changelog
This commit is contained in:
parent
99b30ff2d4
commit
aa378eaecd
|
|
@ -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`.
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue