-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
122 lines (115 loc) · 4.22 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
name: vyktor
description: Find video game competitions near you!
version: '0.2.0+16'
environment:
sdk: '>=2.6.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
bloc: '^3.0.0'
equatable: '^1.0.1'
flutter_bloc: '^3.1.0'
flutter_secure_storage: '^3.3.1+1'
geolocator: '^5.1.0'
get_it: '^3.0.1'
google_maps_flutter: '^0.5.21+7'
graphql: '^3.0.0'
permission_handler: '^3.2.0'
rxdart: '^0.23.0'
shared_preferences: '^0.5.3+4'
transparent_image: '1.0.0'
url_launcher: '^5.1.2'
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: '^0.7.2+1'
flutter_icons:
image_path: 'assets/images/mobile_logo_icon.png'
android: true
ios: true
flutter:
uses-material-design: true
assets:
- 'assets/images/in-app/mobile_logo_transparent.png'
- 'assets/images/in-app/mobile_logo_error.png'
- 'assets/images/in-app/vyktor_logo.png'
- 'api.keys'
fonts:
- family: Computer Modern Bright
fonts:
- asset: 'assets/fonts/computer-modern/CMU-Bright-Roman.ttf'
- asset: 'assets/fonts/computer-modern/CMU-Bright-Oblique.ttf'
style: italic
- asset: 'assets/fonts/computer-modern/CMU-Bright-Semibold.ttf'
weight: 600
- asset: 'assets/fonts/computer-modern/CMU-Bright-Semibold-Oblique.ttf'
weight: 600
style: italic
- family: Computer Modern Concrete
fonts:
- asset: 'assets/fonts/computer-modern/CMU-Concrete-Roman.ttf'
weight: 300
- asset: 'assets/fonts/computer-modern/CMU-Concrete.ttf'
- asset: 'assets/fonts/computer-modern/CMU-Concrete-Italic.ttf'
style: italic
- asset: 'assets/fonts/computer-modern/CMU-Concrete-Bold-Italic.ttf'
weight: 700
style: italic
- family: Computer Modern Classical Serif
fonts:
- asset: 'assets/fonts/computer-modern/CMU-Classical-Serif-Italic.ttf'
style: italic
- family: Computer Modern Sans Serif
fonts:
- asset: 'assets/fonts/computer-modern/CMU-Sans-Serif-Medium.ttf'
weight: 500
- asset: 'assets/fonts/computer-modern/CMU-Sans-Serif-Oblique.ttf'
weight: 500
style: italic
- asset: 'assets/fonts/computer-modern/CMU-Sans-Serif-Demi-Condensed.ttf'
weight: 600
- asset: 'assets/fonts/computer-modern/CMU-Sans-Serif-Bold.ttf'
weight: 700
- asset: 'assets/fonts/computer-modern/CMU-Sans-Serif-Bold-Oblique.ttf'
weight: 700
style: italic
- family: Computer Modern Serif
fonts:
- asset: 'assets/fonts/computer-modern/CMU-Serif-Roman.ttf'
- asset: 'assets/fonts/computer-modern/CMU-Serif-Italic.ttf'
style: italic
- asset: 'assets/fonts/computer-modern/CMU-Serif-Bold.ttf'
weight: 700
- asset: 'assets/fonts/computer-modern/CMU-Serif-Bold-Italic.ttf'
weight: 700
style: italic
- family: Computer Modern Serif Extra
fonts:
- asset: 'assets/fonts/computer-modern/CMU-Serif-Extra-Roman-Slanted.ttf'
style: italic
- asset: 'assets/fonts/computer-modern/CMU-Serif-Extra-Bold-Slanted.ttf'
weight: 700
style: italic
- family: Computer Modern Serif Upright Italic
fonts:
- asset: 'assets/fonts/computer-modern/CMU-Serif-Upright-Italic.ttf'
- family: Computer Modern Typewriter
fonts:
- asset: 'assets/fonts/computer-modern/CMU-Typewriter-Light.ttf'
weight: 300
- asset: 'assets/fonts/computer-modern/CMU-Typewriter-Light-Oblique.ttf'
weight: 300
style: italic
- asset: 'assets/fonts/computer-modern/CMU-Typewriter-Regular.ttf'
- asset: 'assets/fonts/computer-modern/CMU-Typewriter-Italic.ttf'
style: italic
- asset: 'assets/fonts/computer-modern/CMU-Typewriter-Bold.ttf'
weight: 700
- asset: 'assets/fonts/computer-modern/CMU-Typewriter-Bold-Italic.ttf'
weight: 700
style: italic
- family: Computer Modern Typewriter Variable Width
fonts:
- asset: 'assets/fonts/computer-modern/CMU-Typewriter-Variable-Width-Regular.ttf'
- asset: 'assets/fonts/computer-modern/CMU-Typewriter-Variable-Width-Italic.ttf'
style: italic