-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpubspec.yaml
47 lines (45 loc) · 1.04 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
name: veritas
description: A new Flutter project.
version: 1.0.0+1
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
cached_network_image: ^3.3.0
flutter_svg: ^2.0.9
intl: ^0.19.0
firebase_auth: ^4.16.0
firebase_core: ^2.24.2
cloud_firestore: ^4.14.0
firebase_storage: ^11.6.0
http: ^1.2.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
assets:
- assets/
- assets/images/
fonts:
- family: Montserrat
fonts:
- asset: assets/fonts/Montserrat-VariableFont_wght.ttf
weight: 400
- family: Jockey One
fonts:
- asset: assets/fonts/JockeyOneRegular.ttf
weight: 400
- family: Inter
fonts:
- asset: assets/fonts/InterMedium.ttf
weight: 500
- asset: assets/fonts/InterBlack.ttf
weight: 900
- asset: assets/fonts/InterSemiBold.ttf
weight: 600
- family: Imprima
fonts:
- asset: assets/fonts/ImprimaRegular.ttf
weight: 400