-
Notifications
You must be signed in to change notification settings - Fork 2
/
pubspec.yaml
133 lines (124 loc) · 3.58 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
name: graded
description: Track and manage your school grades with ease
publish_to: "none"
version: 2.7.1+288
environment:
sdk: ">=3.2.0 <4.0.0"
dependencies:
animations: ^2.0.0
collection: ^1.16.0
decimal: ^2.0.0
device_info_plus: ^10.0.0
diacritic: ^0.1.0
dynamic_color: ^1.4.0
fading_edge_scrollview: ^4.0.0
fl_chart: ^0.69.0
flex_color_picker: ^3.3.0
flex_color_scheme: ^7.3.1
flutter:
sdk: flutter
flutter_displaymode: ^0.6.0
flutter_file_dialog: ^3.0.0
flutter_localizations:
sdk: flutter
flutter_svg: ^2.0.0
intl: ^0.18.0
package_info_plus: ^8.0.0
provider: ^6.0.0
shared_preferences: ^2.0.0
showcaseview: ^3.0.0
sliver_tools: ^0.2.0
url_launcher: ^6.0.0
dev_dependencies:
dependency_validator: ^4.0.0
flutter_native_splash: ^2.2.0
icons_launcher: ^3.0.0
import_sorter: ^4.6.0
lint: ^2.0.0
test: ^1.22.0
flutter:
uses-material-design: true
generate: true
fonts:
- family: CustomIcons
fonts:
- asset: assets/fonts/CustomIcons.ttf
- family: montserrat
fonts:
- asset: assets/fonts/montserrat/Montserrat-Regular.ttf
- asset: assets/fonts/montserrat/Montserrat-Medium.ttf
weight: 500
- asset: assets/fonts/montserrat/Montserrat-Bold.ttf
weight: 700
- asset: assets/fonts/montserrat/Montserrat-Black.ttf
weight: 900
- family: notosans
fonts:
- asset: assets/fonts/notosans/NotoSans-Regular.ttf
- asset: assets/fonts/notosans/NotoSans-Medium.ttf
weight: 500
- asset: assets/fonts/notosans/NotoSans-Bold.ttf
weight: 700
- asset: assets/fonts/notosans/NotoSans-Black.ttf
weight: 900
- family: roboto
fonts:
- asset: assets/fonts/roboto/Roboto-Regular.ttf
- asset: assets/fonts/roboto/Roboto-Medium.ttf
weight: 500
- asset: assets/fonts/roboto/Roboto-Bold.ttf
weight: 700
- asset: assets/fonts/roboto/Roboto-Black.ttf
weight: 900
- family: sfpro
fonts:
- asset: assets/fonts/sfpro/SF-Pro-Display-Regular.otf
- asset: assets/fonts/sfpro/SF-Pro-Display-Medium.otf
weight: 500
- asset: assets/fonts/sfpro/SF-Pro-Display-Bold.otf
weight: 700
- asset: assets/fonts/sfpro/SF-Pro-Display-Black.otf
weight: 900
assets:
- assets/class_data/lux/
- assets/illustrations/
flutter_intl:
enabled: true
class_name: TranslationsClass
main_locale: en_GB
arb_dir: lib/localization/l10n
output_dir: lib/localization/generated
icons_launcher:
image_path: "assets/icons/icon.png"
platforms:
android:
enable: true
image_path: "assets/icons/icon-roundrect.png"
adaptive_foreground_image: "assets/icons/icon-adaptive-foreground.png"
adaptive_background_color: "#62A9E1"
adaptive_monochrome_image: "assets/icons/icon-adaptive-monochrome.png"
ios:
enable: true
image_path: "assets/icons/icon.png"
dark_path: "assets/icons/icon-dark.png"
tinted_path: "assets/icons/icon-tinted.png"
web:
enable: true
image_path: "assets/icons/icon-roundrect.png"
favicon_path: "assets/icons/icon-roundrect.png"
flutter_native_splash:
color: "#FDFCFF"
color_dark: "#1A1C1E"
image: assets/icons/icon-roundrect.png
android_12:
color: "#FDFCFF"
color_dark: "#1A1C1E"
image: assets/icons/icon-adaptive-foreground.png
icon_background_color: "#62A9E1"
android: true
ios: true
web: true
import_sorter:
ignored_files:
- \/lib\\localization\\.*
- \/lib\\ui\\utilities\\custom_icons.dart