-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
30 lines (25 loc) · 934 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: card_stack_widget
description: A vertical dismissible and customizable stack of cards for Flutter applications
version: 0.1.6
homepage: https://www.federicoviceconti.com
repository: https://github.com/federicoviceconti/card_stack_widget
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
screenshots:
- description: 'Example of card_stack_widget package.'
path: example/screenshots/example.png
- description: 'Example of card_stack_widget package with properties.'
path: example/screenshots/example2.png
- description: 'Example of opacityChangeOnDrag usage.'
path: example/gif/change_example_1.gif
- description: 'Example of cardDismissOrientation usage.'
path: example/gif/change_example_2.gif
- description: 'Example of dismissedCardDuration usage.'
path: example/gif/change_example_3.gif