chore(package): release v6.1.0
This commit is contained in:
parent
b3ae883683
commit
3bf329de34
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue