-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
51 lines (47 loc) · 1.07 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
name: raumunikate
description: Raumunikate
version: 0.0.1
environment:
sdk: ^3.6.0
flutter: ^3.27.0
dependencies:
auto_size_text: ^3.0.0
flutter:
sdk: flutter
go_router: ^14.6.3
http: ^1.2.2
provider: ^6.1.2
transparent_image: ^2.0.1
url_launcher: ^6.3.1
dev_dependencies:
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
very_good_analysis: ^7.0.0
flutter:
assets:
- images/
- images/blog/
- images/blog/0/
- images/blog/1/
- images/icons/
fonts:
- family: CourierPrime
fonts:
- asset: google_fonts/CourierPrime-Bold.ttf
weight: 700
- asset: google_fonts/CourierPrime-Regular.ttf
weight: 400
- family: Roboto
fonts:
- asset: google_fonts/Roboto-Regular.ttf
weight: 400
- family: RobotoCondensed
fonts:
- asset: google_fonts/RobotoCondensed-Bold.ttf
weight: 700
- asset: google_fonts/RobotoCondensed-Light.ttf
weight: 300
- asset: google_fonts/RobotoCondensed-Regular.ttf
weight: 400