forked from hpi-studyu/studyu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
84 lines (80 loc) · 1.98 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
name: studyu_app
version: 2.6.5
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.10.5+9
collection: ^1.18.0
cross_file: ^0.3.3+8
cupertino_icons: ^1.0.6
fl_chart: ^0.66.2
flutter:
sdk: flutter
flutter_file_dialog: ^3.0.2
flutter_local_notifications: ^17.0.0
flutter_localizations:
sdk: flutter
flutter_timezone: ^1.0.8
flutter_web_plugins:
sdk: flutter
flutter_widget_from_html: ^0.14.11
intersperse: ^2.0.0
intl: ^0.18.1 # flutter_localizations
material_design_icons_flutter: ^7.0.7296
package_info_plus: ^5.0.1 # wakelock_plus <= 1.1.6
path: ^1.8.3
path_provider: ^2.1.1
pdf: ^3.10.8
permission_handler: ^11.3.0
provider: ^6.1.2
quiver: ^3.2.1
rainbow_color: ^2.0.1
record: ^5.0.1
sentry_flutter: ^7.18.0
sentry_logging: ^7.18.0
shared_preferences: ^2.2.2
studyu_core: ^4.3.3
studyu_flutter_common: ^1.7.0
supabase: ^2.0.8
supabase_flutter: ^2.3.4
timeline_tile: ^2.0.0
timezone: ^0.9.2
universal_html: ^2.2.4
url_launcher: ^6.2.5
uuid: ^4.3.3
wakelock_plus: ^1.1.4
dev_dependencies:
flutter_launcher_icons: ^0.13.1
flutter_lints: ^3.0.1
flutter_test:
sdk: flutter
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"