chore(pubpsec): add screenshots
This commit is contained in:
parent
a7dc0596df
commit
5ec457c0ff
|
|
@ -55,4 +55,4 @@ packages:
|
|||
version: "2.1.2"
|
||||
sdks:
|
||||
dart: ">=2.18.6 <3.0.0"
|
||||
flutter: ">=2.5.0"
|
||||
flutter: ">=3.0.0"
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 4.6 MiB After Width: | Height: | Size: 2.8 MiB |
|
|
@ -151,4 +151,4 @@ packages:
|
|||
version: "2.1.2"
|
||||
sdks:
|
||||
dart: ">=2.17.0 <3.0.0"
|
||||
flutter: ">=2.5.0"
|
||||
flutter: ">=3.0.0"
|
||||
|
|
|
|||
|
|
@ -1,11 +1,12 @@
|
|||
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.
|
||||
homepage: https://github.com/ricardodalarme/swipeable-cards-stack
|
||||
issue_tracker: https://github.com/ricardodalarme/swipeable-cards-stack/issues
|
||||
version: 1.0.1
|
||||
homepage: https://github.com/ricardodalarme/stacked-cards
|
||||
|
||||
environment:
|
||||
sdk: ">=2.12.0 <3.0.0"
|
||||
flutter: ">=2.5.0"
|
||||
flutter: ">=3.0.0"
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
|
|
@ -15,3 +16,7 @@ dev_dependencies:
|
|||
flutter_test:
|
||||
sdk: flutter
|
||||
flutter_lints: ^2.0.1
|
||||
|
||||
screenshots:
|
||||
- description: 'Example of the widget.'
|
||||
path: images/swipe-card.gif
|
||||
|
|
|
|||
Loading…
Reference in New Issue