Skip to content

Commit

Permalink
fix: prevent early dispose of CardSwiperController (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: Kalle Johansson <kalle.johansson.ext@Knowunity-0005.local>
  • Loading branch information
Kal-Elx and Kalle Johansson committed May 6, 2024
1 parent 9161c93 commit 3b0796c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [7.0.1]

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

## [7.0.0]

Expand Down
1 change: 0 additions & 1 deletion lib/src/widget/card_swiper_state.dart
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ class _CardSwiperState<T extends Widget> extends State<CardSwiper>
@override
void dispose() {
_animationController.dispose();
widget.controller?.dispose();
super.dispose();
}

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.0
version: 7.0.1

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

0 comments on commit 3b0796c

Please sign in to comment.