From 3bf329de34aaa25936be61a7c0fe59b96640e8bd Mon Sep 17 00:00:00 2001 From: ricardodalarme Date: Tue, 9 Jan 2024 14:51:07 -0300 Subject: [PATCH] chore(package): release v6.1.0 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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"