-
Notifications
You must be signed in to change notification settings - Fork 22
/
pubspec.yaml
266 lines (206 loc) · 6.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
name: acs_upb_mobile
description: A mobile application for students at ACS UPB.
# The following defines the version and build number for the application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
#
# ACS UPB Mobile uses semantic versioning. You can read more in the CONTRIBUTING.md file.
version: 1.3.1+42
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
# Async utility classes
async: ^2.4.0
# Helps with sizing text to fit container
auto_size_text: ^2.1.0
# Dart helper methods
basic_utils: ^1.2.0
# Caching utilities
cached_network_image: ^2.0.0
# Firebase Firestore
cloud_firestore: ^0.14.3+1
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^0.1.2
# Date & time picker widget
datetime_picker_formfield: ^1.0.0
# Dotted line painter
dotted_line: ^2.0.1
# Highlight words
dynamic_text_highlighting: ^2.2.0
# Package for dynamically changing the app theme
dynamic_theme: ^1.0.1
# File picker widget
file_picker: 2.1.7
# Firebase products
firebase_analytics: ^5.0.2
firebase_auth: ^0.18.3+1
firebase_core: ^0.5.2+1
firebase_remote_config: ^0.4.3
firebase_storage: ^5.1.0
# Flutter SDK
flutter:
sdk: flutter
# Color picker widget
flutter_colorpicker: ^0.3.4
# Allow using feather icons (nice outlined icons)
flutter_feather_icons: ^1.0.2
# Package that allows for supporting multiple languages
flutter_localizations:
sdk: flutter
# Display markdown-formatted text
flutter_markdown: ^0.4.4
# Use an in-app browser to ask user for Google Calendar permission
flutter_web_browser: ^0.13.1
# Used for Google Calendar API
googleapis: 1.0.0
# Used for getting the permission of the user to access their Google Calendar
googleapis_auth: 0.2.12+1
# Image decoder
image: ^2.1.18
# Image importer
image_picker: ^0.6.7+4
# Web image importer
image_picker_web: ^1.0.9
# Interval picker widget
interval_time_picker: ^0.1.0
# Displays a custom toast
oktoast: ^2.3.1+1
# App information
package_info_plus: ^0.6.4
# Draws pie charts
pie_chart: ^3.1.1
# Allows getting the position of taps
positioned_tap_detector: ^1.0.3
# Used to create preference screens
preferences: ^5.1.0
# Dart utilities
quiver: ^2.1.3
# String utility methods
recase: ^3.0.0
# Event recurrence rule handler
rrule: ^0.1.2
# Async utilities
rxdart: ^0.24.1
# Support lock/mutex
synchronized: ^2.2.0
# DateTime utilities
time_machine: ^0.9.16
# Timetable widget
timetable: ^0.2.9
# URL opener
url_launcher: ^5.4.2
# Useful validators
validators: ^2.0.0
# Web scraper
web_scraper: ^0.0.6
dev_dependencies:
# Code analysis
extra_pedantic: 1.2.0
# Simplifies updating the launcher icon
flutter_launcher_icons: ^0.7.4
# Simplifies updating the launcher name
flutter_launcher_name: ^0.0.1
# Generates native code for adding splash screens on iOS & Android
flutter_native_splash: ^0.1.9
# Testing framework
flutter_test:
sdk: flutter
# Helps with generating Dart code with the messages from `.arb` files
intl_translation: ^0.17.1
# Mocking utility used for testing
mockito: ^4.1.1
# Testing utils
network_image_mock: ^1.0.2
# Provider platform interfaces of federated flutter plugins, for testing (like url_launcher)
plugin_platform_interface: ^1.0.0
# Using Provider for state management
provider: ^4.0.4
dependency_overrides:
# Temporary workaround to bypass intl_translation incompatibility
intl: ^0.17.0-nullsafety.2
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
assets:
- assets/icons/
- assets/illustrations/
- assets/images/
- packages/time_machine/data/cultures/cultures.bin
- packages/time_machine/data/tzdb/tzdb.bin
fonts:
- family: CustomIcons
fonts:
- asset: assets/fonts/CustomIcons/CustomIcons.ttf
- family: Montserrat
fonts:
- asset: assets/fonts/Montserrat/Montserrat-Thin.otf
weight: 100
- asset: assets/fonts/Montserrat/Montserrat-ThinItalic.otf
weight: 100
style: italic
- asset: assets/fonts/Montserrat/Montserrat-ExtraLight.otf
weight: 200
- asset: assets/fonts/Montserrat/Montserrat-ExtraLightItalic.otf
weight: 200
style: italic
- asset: assets/fonts/Montserrat/Montserrat-Light.otf
weight: 300
- asset: assets/fonts/Montserrat/Montserrat-LightItalic.otf
weight: 300
style: italic
- asset: assets/fonts/Montserrat/Montserrat-Regular.otf
weight: 400
- asset: assets/fonts/Montserrat/Montserrat-Italic.otf
weight: 400
style: italic
- asset: assets/fonts/Montserrat/Montserrat-Medium.otf
weight: 500
- asset: assets/fonts/Montserrat/Montserrat-MediumItalic.otf
weight: 500
style: italic
- asset: assets/fonts/Montserrat/Montserrat-SemiBold.otf
weight: 600
- asset: assets/fonts/Montserrat/Montserrat-SemiBoldItalic.otf
weight: 600
style: italic
- asset: assets/fonts/Montserrat/Montserrat-Bold.otf
weight: 700
- asset: assets/fonts/Montserrat/Montserrat-BoldItalic.otf
weight: 700
style: italic
- asset: assets/fonts/Montserrat/Montserrat-ExtraBold.otf
weight: 800
- asset: assets/fonts/Montserrat/Montserrat-ExtraBoldItalic.otf
weight: 800
style: italic
- asset: assets/fonts/Montserrat/Montserrat-Black.otf
weight: 900
- asset: assets/fonts/Montserrat/Montserrat-BlackItalic.otf
weight: 900
style: italic
flutter_intl:
enabled: true
flutter_icons:
android: true
ios: true
image_path: "assets/icons/acs_logo.png"
flutter_launcher_name:
name: "ACS UPB"
flutter_native_splash:
image: assets/icons/acs_logo.png
color: "#ffffff"
image_dark: assets/icons/acs_logo.png
color_dark: "#303030"