chore(package): release v1.2.0
This commit is contained in:
parent
da53a10b88
commit
8990e9e888
|
|
@ -1,3 +1,7 @@
|
|||
## [1.2.0]
|
||||
|
||||
- Allow changing the scale of the card that is behind the front card
|
||||
|
||||
## [1.1.1]
|
||||
|
||||
- Dipose the CardSwiperController to avoid memory leaks
|
||||
|
|
|
|||
|
|
@ -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: 1.1.1+2
|
||||
version: 1.2.0
|
||||
|
||||
environment:
|
||||
sdk: ">=2.12.0 <3.0.0"
|
||||
|
|
@ -18,5 +18,5 @@ dev_dependencies:
|
|||
flutter_lints: ^2.0.1
|
||||
|
||||
screenshots:
|
||||
- description: 'Example of the widget.'
|
||||
- description: "Example of the widget."
|
||||
path: images/swiping.gif
|
||||
|
|
|
|||
Loading…
Reference in New Issue