chore(docs): adjust the sample image
This commit is contained in:
parent
10173b04b2
commit
a7dc0596df
|
|
@ -1,3 +1,7 @@
|
|||
## [1.0.1]
|
||||
|
||||
- Adjust the sample image
|
||||
|
||||
## [1.0.0]
|
||||
|
||||
- Added `SwipeableCardsStack`
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ packages:
|
|||
path: ".."
|
||||
relative: true
|
||||
source: path
|
||||
version: "1.0.0"
|
||||
version: "1.0.1"
|
||||
vector_math:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue