-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
44 lines (35 loc) · 942 Bytes
/
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
name: falzthebahdguy
description: "A new Flutter project."
publish_to: "none"
version: 1.0.0+1
environment:
sdk: ">=3.4.1 <4.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.6
intl: ^0.19.0
particles_flutter: ^0.1.4
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
flutter:
uses-material-design: true
assets:
- assets/falz.jpg
fonts:
- family: SFP
fonts:
- asset: fonts/SFPRODISPLAYBLACKITALIC.OTF
- asset: fonts/SFPRODISPLAYBOLD.OTF
- asset: fonts/SFPRODISPLAYMEDIUM.OTF
- asset: fonts/SFPRODISPLAYREGULAR.OTF
- family: SFPI
fonts:
- asset: fonts/SFPRODISPLAYHEAVYITALIC.OTF
- asset: fonts/SFPRODISPLAYLIGHTITALIC.OTF
- asset: fonts/SFPRODISPLAYSEMIBOLDITALIC.OTF
- asset: fonts/SFPRODISPLAYTHINITALIC.OTF
- asset: fonts/SFPRODISPLAYULTRALIGHTITALIC.OTF
weight: 700