chore(package): release version 1.0.2

This commit is contained in:
Ricardo Dalarme 2023-01-12 22:36:54 -03:00
parent b763e88957
commit 666959d21a
3 changed files with 7 additions and 3 deletions

View File

@ -1,4 +1,8 @@
## [1.0.1] ## [1.0.2]
- Add a screenshorts to pub.dev
- ## [1.0.1]
- Adjust the sample image - Adjust the sample image

View File

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

View File

@ -2,7 +2,7 @@ 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. 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.
homepage: https://github.com/ricardodalarme/swipeable-cards-stack homepage: https://github.com/ricardodalarme/swipeable-cards-stack
issue_tracker: https://github.com/ricardodalarme/swipeable-cards-stack/issues issue_tracker: https://github.com/ricardodalarme/swipeable-cards-stack/issues
version: 1.0.1 version: 1.0.2+1
environment: environment:
sdk: ">=2.12.0 <3.0.0" sdk: ">=2.12.0 <3.0.0"