-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
215 lines (167 loc) · 5.52 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
name: atlas_icons
description: Open source icons library, Icons available in SVG format, Font, Figma, Adobe XD and Iconjar Libraries.
version: 0.0.11
homepage: http://vectopus.com/atlas-icons
environment:
sdk: '>=2.18.4 <3.0.0'
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
# 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 packages.
flutter:
# To add assets to your package, add an assets section, like this:
# assets:
# - assets/
# - images/a_dot_ham.jpeg
#
# For details regarding assets in packages, see
# https://flutter.dev/assets-and-images/#from-packages
#
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware
# To add custom fonts to your package, 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: Atlas-achievement
fonts:
- asset: lib/fonts/achievement/achievement.ttf
- family: Atlas-arrow
fonts:
- asset: lib/fonts/arrow/arrow.ttf
- family: Atlas-audio
fonts:
- asset: lib/fonts/audio/audio.ttf
- family: Atlas-basic-ui
fonts:
- asset: lib/fonts/basic-ui/basic-ui.ttf
- family: Atlas-business-finance
fonts:
- asset: lib/fonts/business-finance/business-finance.ttf
- family: Atlas-christmas
fonts:
- asset: lib/fonts/christmas/christmas.ttf
- family: Atlas-cinema
fonts:
- asset: lib/fonts/cinema/cinema.ttf
- family: Atlas-communication
fonts:
- asset: lib/fonts/communication/communication.ttf
- family: Atlas-construction
fonts:
- asset: lib/fonts/construction/construction.ttf
- family: Atlas-content-box
fonts:
- asset: lib/fonts/content-box/content-box.ttf
- family: Atlas-data-document
fonts:
- asset: lib/fonts/data-document/data-document.ttf
- family: Atlas-ecology
fonts:
- asset: lib/fonts/ecology/ecology.ttf
- family: Atlas-electronic-gadge
fonts:
- asset: lib/fonts/electronic-gadget/electronic-gadget.ttf
- family: Atlas-fitness-gym
fonts:
- asset: lib/fonts/fitness-gym/fitness-gym.ttf
- family: Atlas-food-beverage
fonts:
- asset: lib/fonts/food-beverage/food-beverage.ttf
- family: Atlas-furniture
fonts:
- asset: lib/fonts/furniture/furniture.ttf
- family: Atlas-goals
fonts:
- asset: lib/fonts/goals/goals.ttf
- family: Atlas-hand-gesture
fonts:
- asset: lib/fonts/hand-gesture/hand-gesture.ttf
- family: Atlas-hotel-service
fonts:
- asset: lib/fonts/hotel-service/hotel-service.ttf
- family: Atlas-internet-security
fonts:
- asset: lib/fonts/internet-security/internet-security.ttf
- family: Atlas-laboratory
fonts:
- asset: lib/fonts/laboratory/laboratory.ttf
- family: Atlas-leadership
fonts:
- asset: lib/fonts/leadership/leadership.ttf
- family: Atlas-love
fonts:
- asset: lib/fonts/love/love.ttf
- family: Atlas-marketing
fonts:
- asset: lib/fonts/marketing/marketing.ttf
- family: Atlas-medical
fonts:
- asset: lib/fonts/medical/medical.ttf
- family: Atlas-partnership
fonts:
- asset: lib/fonts/partnership/partnership.ttf
- family: Atlas-personal-development
fonts:
- asset: lib/fonts/personal-development/personal-development.ttf
- family: Atlas-real-estate
fonts:
- asset: lib/fonts/real-estate/real-estate.ttf
- family: Atlas-school
fonts:
- asset: lib/fonts/school/school.ttf
- family: Atlas-social
fonts:
- asset: lib/fonts/social/social.ttf
- family: Atlas-sport
fonts:
- asset: lib/fonts/sport/sport.ttf
- family: Atlas-thanksgiving
fonts:
- asset: lib/fonts/thanksgiving/thanksgiving.ttf
- family: Atlas-transportation
fonts:
- asset: lib/fonts/transportation/transportation.ttf
- family: Atlas-travel
fonts:
- asset: lib/fonts/travel/travel.ttf
- family: Atlas-virtual-reality
fonts:
- asset: lib/fonts/virtual-reality/virtual-reality.ttf
- family: Atlas-weather
fonts:
- asset: lib/fonts/weather/weather.ttf
- family: Atlas-web-design
fonts:
- asset: lib/fonts/web-design/web-design.ttf
- family: Atlas-winter
fonts:
- asset: lib/fonts/winter/winter.ttf
- family: Atlas-working-together
fonts:
- asset: lib/fonts/working-together/working-together.ttf
- family: Atlas-world-monument
fonts:
- asset: lib/fonts/world-monuments/world-monuments.ttf
- family: Atlas-yoga
fonts:
- asset: lib/fonts/yoga/yoga.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 in packages, see
# https://flutter.dev/custom-fonts/#from-packages