-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
68 lines (62 loc) · 1.71 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
name: liberty_compass
description: Triangle Political Compass
publish_to: 'none'
version: 2.0.0
environment:
sdk: ">=2.16.1"
dependencies:
cloud_firestore: ^3.4.0
csv: ^5.0.1
dotted_border: ^2.0.0+2
firebase_core: ^1.20.0
fluro: ^2.0.3
flutter:
sdk: flutter
pasteboard: ^0.1.1
share_plus: ^4.0.4
url_launcher: ^6.1.2
url_strategy: ^0.2.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
flutter:
uses-material-design: true
assets:
- assets/quiz_questions.csv
- assets/images/
fonts:
- family: Roboto
fonts:
- asset: assets/fonts/Roboto/Roboto-Regular.ttf
weight: 400
- asset: assets/fonts/Roboto/Roboto-Thin.ttf
weight: 100
- asset: assets/fonts/Roboto/Roboto-Light.ttf
weight: 300
- asset: assets/fonts/Roboto/Roboto-Regular.ttf
weight: 400
- 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
- asset: assets/fonts/Roboto/Roboto-ThinItalic.ttf
weight: 100
style: italic
- asset: assets/fonts/Roboto/Roboto-LightItalic.ttf
weight: 300
style: italic
- asset: assets/fonts/Roboto/Roboto-Italic.ttf
weight: 400
style: italic
- asset: assets/fonts/Roboto/Roboto-MediumItalic.ttf
weight: 500
style: italic
- asset: assets/fonts/Roboto/Roboto-BoldItalic.ttf
weight: 700
style: italic
- asset: assets/fonts/Roboto/Roboto-BlackItalic.ttf
weight: 900
style: italic