-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
47 lines (37 loc) · 897 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
45
name: flutter_clean_architecture_template
description: "A new Flutter project."
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
environment:
sdk: ^3.5.3
dependencies:
flutter:
sdk: flutter
flutter_svg:
flutter_bloc:
hydrated_bloc:
path_provider:
get_it:
dartz:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/fonts/
- assets/vectors/
fonts:
- family: Satoshi
fonts:
- asset: assets/fonts/Satoshi-Black.ttf
weight: 900
- asset: assets/fonts/Satoshi-Bold.ttf
weight: 600
- asset: assets/fonts/Satoshi-Light.ttf
weight: 500
- asset: assets/fonts/Satoshi-Medium.ttf
weight: 500
- asset: assets/fonts/Satoshi-Regular.ttf
weight: 400