chore(package): release v2.0.1

This commit is contained in:
Ricardo Dalarme 2023-02-21 20:57:44 -03:00
parent b525ca91e8
commit 37f1d5518e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
## [2.0.1]
- Fixes wrong item rendering.
## [2.0.0]
- Makes CardSwiper a generic of `Widget?`.

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.
homepage: https://github.com/ricardodalarme/flutter_card_swiper
issue_tracker: https://github.com/ricardodalarme/flutter_card_swiper/issues
version: 2.0.0
version: 2.0.1
environment:
sdk: ">=2.12.0 <3.0.0"