chore(package): release version 2.0.0

This commit is contained in:
Ricardo Dalarme 2023-02-20 20:00:35 -03:00
parent 5f71cf9b4d
commit 6aa09f71dd
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [2.0.0]
- Makes CardSwiper a generic of `Widget?`.
- Adds option to control if the stack should loop or not.
- **BREAKING CHANGE**:
- Now CardSwiper is a stack, meaning that the last item is now the visible item.
## [1.2.1] ## [1.2.1]
- Add option to disable vertical or horizontal swipping - Add option to disable vertical or horizontal swipping

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: 1.2.1 version: 2.0.0
environment: environment:
sdk: ">=2.12.0 <3.0.0" sdk: ">=2.12.0 <3.0.0"