-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpubspec.yaml
More file actions
23 lines (19 loc) · 632 Bytes
/
pubspec.yaml
File metadata and controls
23 lines (19 loc) · 632 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name: flutter_scroll_shadow
description: ScrollShadow adds shadows to a scrollable child. Supports
ScrollController and vertical or horizontal orientation.
version: 1.2.6
repository: https://github.com/rickypid/flutter_scroll_shadow
issue_tracker: https://github.com/rickypid/flutter_scroll_shadow/issues
homepage: https://github.com/rickypid/flutter_scroll_shadow
documentation: https://github.com/rickypid/flutter_scroll_shadow#readme
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
dev_dependencies:
collection: ^1.18.0
flutter_lints: ^5.0.0
flutter_test:
sdk: flutter
flutter: null