-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
64 lines (58 loc) · 1.4 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
name: matchfee
description: Drinking Coffee & Finding Love
version: 1.0.0+1
publish_to: none
environment:
sdk: ">=2.18.0 <3.0.0"
flutter: 3.3.3
dependencies:
bloc: ^8.1.0
equatable: ^2.0.5
flutter:
sdk: flutter
flutter_bloc: ^8.1.1
flutter_localizations:
sdk: flutter
http: ^0.13.5
hydrated_bloc: ^9.0.0
intl: ^0.17.0
path_provider: ^2.0.11
dev_dependencies:
bloc_test: ^9.1.0
flutter_test:
sdk: flutter
mocktail: ^0.3.0
very_good_analysis: ^3.1.0
flutter:
uses-material-design: true
generate: true
assets:
- assets/images/
fonts:
- family: Lato
fonts:
- asset: assets/fonts/Lato-Black.ttf
weight: 900
- asset: assets/fonts/Lato-BlackItalic.ttf
weight: 900
style: italic
- asset: assets/fonts/Lato-Bold.ttf
weight: 700
- asset: assets/fonts/Lato-BoldItalic.ttf
weight: 700
style: italic
- asset: assets/fonts/Lato-Italic.ttf
weight: 400
style: italic
- asset: assets/fonts/Lato-Light.ttf
weight: 300
- asset: assets/fonts/Lato-LightItalic.ttf
weight: 300
style: italic
- asset: assets/fonts/Lato-Regular.ttf
weight: 400
- asset: assets/fonts/Lato-Thin.ttf
weight: 100
- asset: assets/fonts/Lato-ThinItalic.ttf
weight: 100
style: italic