diff --git a/CHANGELOG.md b/CHANGELOG.md index 58ce65a..11328b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ +## [6.1.0] + +- Fixes cannot access context in onSwipe when no cards left then "destroy" the widget tree +- Make only and symetric const constructor for AllowedSwipeDirection + ## [6.0.0] - Adds `onSwipeDirectionChange` callback containing the horizontal and vertical swipe direction diff --git a/pubspec.yaml b/pubspec.yaml index 4d9aa9c..967c868 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: 6.0.0 +version: 6.1.0 environment: sdk: ">=2.12.0 <4.0.0"