diff --git a/CHANGELOG.md b/CHANGELOG.md index e771a0c..6b37c3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.1.1] + +- Dipose the CardSwiperController to avoid memory leaks + ## [1.1.0] - Add option to slide up and down through controller diff --git a/pubspec.yaml b/pubspec.yaml index 789d77b..2421657 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: 1.1.0+1 +version: 1.1.1+2 environment: sdk: ">=2.12.0 <3.0.0"