-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
136 lines (115 loc) · 3.87 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
name: adams_county_scheduler
description: A scheduler for Adams County
publish_to: 'none'
version: 1.0.0
environment:
sdk: '>=3.2.3 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
flutter_bloc: ^8.1.2
intl: ^0.19.0
firebase_core: ^2.7.0
firebase_analytics: ^10.5.0
hive: ^2.2.3
hive_flutter: ^1.1.0
cloud_firestore: ^4.8.0
firebase_auth: ^4.10.1
icons_launcher: ^2.1.0
flutter_phoenix: ^1.1.0
retrofit: ^4.0.1
dio: ^5.0.3
shared_preferences: ^2.1.0
firebase_messaging: ^14.4.0
flutter_local_notifications: ^16.3.0
dev: ^1.0.0
auto_size_text: ^3.0.0
shimmer: ^3.0.0
share_plus: ^7.2.1
app_links: ^3.4.5
package_info_plus: ^5.0.1
firebase_crashlytics: ^3.3.7
app_tracking_transparency: ^2.0.4
flutter_svg: ^2.0.9
bloc: ^8.1.2
json_annotation: ^4.8.1
meta: ^1.9.1
google_sign_in: ^6.1.6
collapsible_sidebar: ^2.0.7
image_picker: ^1.0.5
firebase_storage: ^11.5.6
file_picker: ^6.1.1
flutter_excel: ^1.0.1
cloud_functions: ^4.6.0
uuid: ^4.3.3
universal_html: ^2.2.4
docx_template: ^0.3.6
path_provider: ^2.0.13
permission_handler: ^11.2.0
fluttertoast: ^8.2.1
path: ^1.8.2
provider: ^6.0.5
collection: ^1.18.0
dependency_overrides:
archive: 3.4.9
docx_template: 0.3.6
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.13.1
json_serializable: ^6.6.1
retrofit_generator: ^8.0.6
hive_generator: ^2.0.0
build_runner: ^2.3.3
flutter_lints: ^3.0.1
test: ^1.24.1
flutter_launcher_icons:
web:
generate: true
image_path: "assets/images/png/adams_county.png"
flutter_native_splash:
# This package generates native code to customize Flutter's default white native splash screen
# with background color and splash image.
# Customize the parameters below, and run the following command in the terminal:
# dart run flutter_native_splash:create
# To restore Flutter's default white splash screen, run the following command in the terminal:
# dart run flutter_native_splash:remove
# IMPORTANT NOTE: These parameter do not affect the configuration of Android 12 and later, which
# handle splash screens differently that prior versions of Android. Android 12 and later must be
# configured specifically in the android_12 section below.
# color or background_image is the only required parameter. Use color to set the background
# of your splash screen to a solid color. Use background_image to set the background of your
# splash screen to a png image. This is useful for gradients. The image will be stretch to the
# size of the app. Only one parameter can be used, color and background_image cannot both be set.
background_image: "assets/images/png/adams_county.png"
flutter:
uses-material-design: true
assets:
- assets/images/png/
- assets/images/svg/
- assets/templates/student_schedule_template.docx
- assets/templates/career_attendance_template.docx
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware
# For details regarding adding assets from package dependencies, see
# https://flutter.dev/assets-and-images/#from-packages
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages