-
Notifications
You must be signed in to change notification settings - Fork 100
Expand file tree
/
Copy pathpubspec.yaml
More file actions
110 lines (110 loc) · 3.23 KB
/
pubspec.yaml
File metadata and controls
110 lines (110 loc) · 3.23 KB
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
name: campus_mobile_experimental
description: Mobile app platform for campus.
version: 1.0.0+1
publish_to: none
environment:
sdk: ^3.5.3
dependencies:
barcode_widget: 2.0.4
connectivity_plus: 7.0.0
dio: ^5.9.0
encrypt: ^5.0.3
dots_indicator: 4.0.1
firebase_analytics: ^12.1.0
firebase_core: ^4.3.0
firebase_crashlytics: ^5.0.6
firebase_messaging: ^16.1.0
flutter:
sdk: flutter
flutter_dotenv:
git:
url: https://github.com/UCSD/flutter_dotenv.git
ref: master
flutter_linkify: 6.0.0
flutter_local_notifications: ^19.5.0
flutter_secure_storage: ^9.2.4
flutter_sticky_header: ^0.8.0
get: 4.7.2
google_maps_flutter: ^2.14.0
hive: 2.2.3
hive_flutter: 1.1.0
intl: ^0.20.2
liquid_progress_indicator_v2: 0.5.0
measured_size: 1.0.0
geolocator: ^13.0.4
package_info_plus: ^8.3.1
flutter_markdown: ^0.6.18
flutter_svg: ^2.2.0
percent_indicator: ^4.2.5
permission_handler: ^12.0.1
pointycastle: ^3.9.0
provider: ^6.1.5+1
shared_preferences: ^2.5.3
app_links: ^3.0.0
url_launcher: ^6.3.1
visibility_detector: ^0.4.0+2
webview_flutter: ^4.4.2
wifi_connection:
git:
url: https://github.com/UCSD/wifi_connection.git
ref: e0fb416f81daedeabb1eedef22041e67f30f792b
device_info_plus: ^11.5.0
dependency_overrides:
google_maps_flutter_ios: 2.15.7
value_layout_builder: ^0.5.0 # Fix Flutter 3.32.0 compatibility
dev_dependencies:
build_runner: 2.4.13
flutter_test:
sdk: flutter
hive_generator: 1.1.3
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/images/onboarding/
- assets/images/tgpt/
- .env
fonts:
- family: Refrigerator Deluxe
fonts:
- asset: assets/fonts/Refrigerator Deluxe.otf
- asset: assets/fonts/Refrigerator Deluxe Bold.otf
weight: 900
- asset: assets/fonts/Refrigerator Deluxe Extrabold.otf
weight: 800
- asset: assets/fonts/Refrigerator Deluxe Heavy.otf
weight: 700
- asset: assets/fonts/Refrigerator Deluxe Light.otf
weight: 300
- family: Brix Sans
fonts:
- asset: assets/fonts/HVD Fonts - BrixSansBlack.otf
weight: 900
- asset: assets/fonts/HVD Fonts - BrixSansBlack-Italic.otf
weight: 900
style: italic
- asset: assets/fonts/HVD Fonts - BrixSansBold.otf
weight: 700
- asset: assets/fonts/HVD Fonts - BrixSansBold-Italic.otf
weight: 700
style: italic
- asset: assets/fonts/HVD Fonts - BrixSansExtraLight.otf
weight: 200
- asset: assets/fonts/HVD Fonts - BrixSansExtraLight-Italic.otf
weight: 200
style: italic
- asset: assets/fonts/HVD Fonts - BrixSansLight.otf
weight: 300
- asset: assets/fonts/HVD Fonts - BrixSansLight-Italic.otf
weight: 300
style: italic
- asset: assets/fonts/HVD Fonts - BrixSansMedium.otf
weight: 500
- asset: assets/fonts/HVD Fonts - BrixSansMedium-Italic.otf
weight: 500
style: italic
- asset: assets/fonts/HVD Fonts - BrixSansRegular.otf
weight: 400
- asset: assets/fonts/HVD Fonts - BrixSansRegular-Italic.otf
weight: 400
style: italic