forked from dahliaOS/pangolin_desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
119 lines (113 loc) · 3.83 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
name: GeneratedApp
description: A generated Flutter project.
environment:
sdk: '>=2.1.0 <3.0.0'
dependencies:
intl: ^0.16.1
expressions: ^0.1.2
json_annotation: ^2.0.0
shared_preferences: ^0.5.7+3
provider: ^4.1.2
flutter_localizations:
sdk: flutter
hive: ^1.4.1+1
hive_flutter: ^0.3.0+2
path_provider: ^1.6.11
#Useful in an ideal future but not now. random_color: ^1.0.5
dependency_overrides:
path: ^1.6.4
dev_dependencies:
mockito:
json_serializable: ^2.0.0
flutter_test:
sdk: flutter
# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec
# The following section is specific to Flutter.
# application.json handles all applications and must not be deleted.
flutter:
uses-material-design: true
fonts:
- family: Sulphur Point
fonts:
- asset: fonts/SulphurPoint/SulphurPoint-Bold.ttf
- asset: fonts/SulphurPoint/SulphurPoint-Light.ttf
- asset: fonts/Cousine/Cousine-Italic.ttf
- asset: fonts/SulphurPoint/SulphurPoint-Regular.ttf
- family: Cousine
fonts:
- asset: fonts/Cousine/Cousine-Bold.ttf
- asset: fonts/Cousine/Cousine-BoldItalic.ttf
- asset: fonts/Cousine/Cousine-Italic.ttf
- asset: fonts/Cousine/Cousine-Regular.ttf
- family: Roboto
fonts:
- asset: fonts/Roboto/Roboto-Thin.ttf
weight: 100
- asset: fonts/Roboto/Roboto-Light.ttf
weight: 300
- asset: fonts/Roboto/Roboto-Regular.ttf
weight: 400
- asset: fonts/Roboto/Roboto-Medium.ttf
weight: 500
- asset: fonts/Roboto/Roboto-Bold.ttf
weight: 700
- asset: fonts/Roboto/Roboto-Black.ttf
weight: 900
- family: Source Code pro
fonts:
- asset: fonts/Source_Code_Pro/SourceCodePro-ExtraLight.ttf
weight: 100
- asset: fonts/Source_Code_Pro/SourceCodePro-ExtraLightItalic.ttf
weight: 100
style: italic
- asset: fonts/Source_Code_Pro/SourceCodePro-Light.ttf
weight: 300
- asset: fonts/Source_Code_Pro/SourceCodePro-LightItalic.ttf
weight: 300
style: italic
- asset: fonts/Source_Code_Pro/SourceCodePro-Regular.ttf
weight: 400
- asset: fonts/Source_Code_Pro/SourceCodePro-Italic.ttf
weight: 400
style: italic
- asset: fonts/Source_Code_Pro/SourceCodePro-Medium.ttf
weight: 500
- asset: fonts/Source_Code_Pro/SourceCodePro-MediumItalic.ttf
weight: 500
style: italic
- asset: fonts/Source_Code_Pro/SourceCodePro-SemiBold.ttf
weight: 700
- asset: fonts/Source_Code_Pro/SourceCodePro-SemiBoldItalic.ttf
weight: 700
style: italic
- asset: fonts/Source_Code_Pro/SourceCodePro-Bold.ttf
weight: 900
- asset: fonts/Source_Code_Pro/SourceCodePro-BoldItalic.ttf
weight: 900
style: italic
- asset: fonts/Source_Code_Pro/SourceCodePro-Black.ttf
weight: 900
- asset: fonts/Source_Code_Pro/SourceCodePro-BlackItalic.ttf
weight: 900
style: italic
assets:
- lib/application.json
- lib/images/
- lib/images/people/
- lib/images/Desktop/Dahlia/dahlia_material_background.jpg
- lib/images/Desktop/Dahlia/forest.jpg
- lib/images/Desktop/Dahlia/
- lib/images/Desktop/Cityscapes/stairs.png
- lib/images/icons/v2/compiled/
- lib/images/logo-color.png
- lib/images/dahlia.png
- lib/localization/languages/de.json
- lib/localization/languages/en.json
- lib/localization/languages/fr.json
- lib/localization/languages/pl.json
- lib/localization/languages/hr.json
- lib/localization/languages/nl.json
- lib/localization/languages/es.json
- lib/localization/languages/pt.json
- lib/localization/languages/id.json