-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
57 lines (51 loc) · 1.37 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
name: infotainment
description: "A new Flutter project."
publish_to: "none"
version: 0.1.0
environment:
sdk: ">=3.2.2 <4.0.0"
dependencies:
collection: ^1.18.0
flutter:
sdk: flutter
flutter_hooks: ^0.20.5
flutter_riverpod: ^2.4.10
hooks_riverpod: ^2.4.10
intl: ^0.19.0
path_provider: ^2.1.3
shared_preferences: ^2.2.2
web_socket_channel: ^2.4.0
dev_dependencies:
flutter_lints: ^2.0.0
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
assets:
- assets/fonts/
- assets/images/
- assets/icons/
- assets/connection_mobile.txt
- assets/connection_mobile.txt
- assets/connection_infotainment.txt
fonts:
- family: Genos
fonts:
- asset: assets/fonts/Genos/Genos-Black.ttf
weight: 900
- asset: assets/fonts/Genos/Genos-Bold.ttf
weight: 700
- asset: assets/fonts/Genos/Genos-SemiBold.ttf
weight: 600
- asset: assets/fonts/Genos/Genos-Medium.ttf
weight: 500
- asset: assets/fonts/Genos/Genos-Regular.ttf
- asset: assets/fonts/Genos/Genos-Light.ttf
weight: 300
- family: Corporate
fonts:
- asset: assets/fonts/Corporate/Corporate-Light.ttf
weight: 300
- asset: assets/fonts/Corporate/Corporate-Bold.ttf
weight: 700
- asset: assets/fonts/Corporate/Corporate-Regular.ttf