chore(docs): adjust the sample image

This commit is contained in:
Ricardo Dalarme 2023-01-12 22:01:07 -03:00
parent 10173b04b2
commit a7dc0596df
4 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
## [1.0.1]
- Adjust the sample image
## [1.0.0]
- Added `SwipeableCardsStack`

View File

@ -2,7 +2,7 @@
This is Tinder like swipeable cards package. You can add your own widgets to the stack, receive all four events, left, right, up and down. You can define your own business logic for each direction.
<img alt="Demo" src="images/swipe-card.gif" height="500">
<img alt="Demo" src="https://github.com/ricardodalarme/swipeable-cards-stack/raw/main/images/swipe-card.gif" height="500">
## Documentation

View File

@ -45,7 +45,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.0"
version: "1.0.1"
vector_math:
dependency: transitive
description:

View File

@ -1,6 +1,6 @@
name: swipeable_cards_stack
description: This is Tinder like swipeable cards package. You can add your own widgets to the stack, receive all four events, left, right, up and down. You can define your own business logic for each direction.
version: 1.0.0
version: 1.0.1
homepage: https://github.com/ricardodalarme/stacked-cards
environment: