Skip to content

Commit

Permalink
chore(package): release v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardodalarme committed Jan 9, 2024
1 parent b3ae883 commit 3bf329d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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: 6.0.0
version: 6.1.0

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

0 comments on commit 3bf329d

Please sign in to comment.