forked from NightDreamGames/Graded
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
88 lines (80 loc) · 1.99 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
name: graded
description: Track and manage your school grades with ease
publish_to: "none"
version: 2.3.0+188
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
animations: ^2.0.0
collection: ^1.16.0
cupertino_icons: ^1.0.0
device_info_plus: ^9.0.0
diacritic: ^0.1.0
dynamic_color: ^1.4.0
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: ^4.0.0
path_provider: ^2.0.0
provider: ^6.0.0
shared_preferences: ^2.0.0
showcaseview: ^2.0.0
sliver_tools: ^0.2.0
url_launcher: ^6.0.0
xml: ^6.1.0
dev_dependencies:
flutter_native_splash: ^2.2.0
icons_launcher: ^2.1.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
assets:
- assets/class_data/
- assets/illustrations/
flutter_intl:
enabled: true
class_name: TranslationsClass
main_locale: en
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_round_image: "assets/icons/icon-round.png"
adaptive_monochrome_image: "assets/icons/icon-adaptive-monochrome.png"
ios:
enable: true
image_path: "assets/icons/icon.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: false
import_sorter:
ignored_files:
- \/lib\\localization\\.*
- \/lib\\ui\\utilities\\custom_icons.dart