chore(package): release v6.1.0

This commit is contained in:
ricardodalarme 2024-01-09 14:51:07 -03:00
parent b3ae883683
commit 3bf329de34
2 changed files with 6 additions and 1 deletions

View File

@ -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] ## [6.0.0]
- Adds `onSwipeDirectionChange` callback containing the horizontal and vertical swipe direction - Adds `onSwipeDirectionChange` callback containing the horizontal and vertical swipe direction

View File

@ -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. 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 homepage: https://github.com/ricardodalarme/flutter_card_swiper
issue_tracker: https://github.com/ricardodalarme/flutter_card_swiper/issues issue_tracker: https://github.com/ricardodalarme/flutter_card_swiper/issues
version: 6.0.0 version: 6.1.0
environment: environment:
sdk: ">=2.12.0 <4.0.0" sdk: ">=2.12.0 <4.0.0"