-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpubspec.yaml
86 lines (81 loc) · 1.95 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
name: studyu_app
version: 2.7.14
description: Partake in digital N-of-1 trials with the innovative StudyU Health App
publish_to: none
homepage: https://studyu.health
repository: https://github.com/hpi-studyu/studyu
environment:
sdk: '>=3.2.0 <4.0.0'
dependencies:
camera: ^0.11.0+2
collection: ^1.18.0
cross_file: ^0.3.4+2
cupertino_icons: ^1.0.8
fl_chart: ^0.69.2
flutter:
sdk: flutter
flutter_file_dialog: ^3.0.2
flutter_local_notifications: ^18.0.1
flutter_localizations:
sdk: flutter
flutter_timezone: ^4.0.0
flutter_web_plugins:
sdk: flutter
flutter_widget_from_html: ^0.15.3
intersperse: ^2.0.0
intl: ^0.19.0
material_design_icons_flutter: ^7.0.7296
package_info_plus: ^8.1.1
path: ^1.9.0
path_provider: ^2.1.5
pdf: ^3.11.1
permission_handler: ^11.3.1
provider: ^6.1.2
quiver: ^3.2.2
rainbow_color: ^2.0.1
record: ^5.2.0
sentry_flutter: ^8.11.0
sentry_logging: ^8.11.0
shared_preferences: ^2.3.3
studyu_core: ^4.4.9
studyu_flutter_common: ^1.8.10
supabase: ^2.6.0
supabase_flutter: ^2.8.1
timeline_tile: ^2.0.0
timezone: ^0.10.0
universal_html: ^2.2.4
url_launcher: ^6.3.1
uuid: ^4.5.1
wakelock_plus: ^1.2.8
dev_dependencies:
flutter_launcher_icons: ^0.14.2
flutter_lints: ^5.0.0
flutter_test:
sdk: flutter
lint: ^2.3.0
flutter:
generate: true
uses-material-design: true
assets:
- assets/
- assets/icon/
- assets/fonts/
flutter_launcher_icons:
android: true
ios: true
image_path: "assets/icon/icon.png"
image_path_ios: "assets/icon/icon_bg.png"
remove_alpha_ios: true
min_sdk_android: 21 # android min sdk min:16, default 21
web:
generate: true
image_path: "assets/icon/icon.png"
background_color: "#0175C2" # "#dfdfdf"
theme_color: "#0175C2" # "#389bea"
windows:
generate: true
image_path: "assets/icon/icon.png"
icon_size: 256 # min:48, max:256, default: 48
macos:
generate: true
image_path: "assets/icon/icon.png"