-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
48 lines (40 loc) · 1.13 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
name: flutter_sliding_panel
description: A widget that has ability to be slided like a panel. Usually used in the homepage of an app.
version: 0.0.5
homepage: https://ad.auliyaa.com
repository: https://github.com/dhiyaaulauliyaa/flutter_sliding_panel
issue_tracker: https://github.com/dhiyaaulauliyaa/flutter_sliding_panel/issues
topics:
- widget
- panel
- sliding
- refresher
- draggable
platforms:
android:
ios:
linux:
macos:
web:
windows:
screenshots:
- description: 'SlidingPanel with Non-Scrollable Child'
path: files/SlidingPanel-NonScrollableChild.gif
- description: 'SlidingPanel with Single Scrollable Child'
path: files/SlidingPanel-SingleScrollableChild.gif
- description: 'SlidingPanel with Multi Scrollable Child'
path: files/SlidingPanel-MultiScrollableChild.gif
- description: 'Show Refresh Indicator with SlidingPanel'
path: files/SlidingPanel-ShowRefreshIndicator.gif
environment:
sdk: ">=2.18.6 <3.0.0"
flutter: ">=1.17.0"
dependencies:
equatable: ^2.0.5
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
very_good_analysis: ^3.1.0
flutter: