-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpubspec.yaml
48 lines (40 loc) · 1.06 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
name: restaurant_tour
description: Flutter developer coding challenge starter project.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=3.1.0 <4.0.0"
flutter: ">=3.19.6"
dependencies:
flutter:
sdk: flutter
http: ^1.2.2
json_annotation: ^4.9.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
build_runner: ^2.4.10
json_serializable: ^6.8.0
flutter:
generate: true
uses-material-design: true
fonts:
- family: Lora
fonts:
- asset: assets/fonts/Lora/Lora-Regular.ttf
weight: 400
- asset: assets/fonts/Lora/Lora-Medium.ttf
weight: 500
- asset: assets/fonts/Lora/Lora-SemiBold.ttf
weight: 600
- asset: assets/fonts/Lora/Lora-Bold.ttf
weight: 700
- family: OpenSans
fonts:
- asset: assets/fonts/OpenSans/OpenSans-Regular.ttf
weight: 400
- asset: assets/fonts/OpenSans/OpenSans-Italic.ttf
style: italic
- asset: assets/fonts/OpenSans/OpenSans-SemiBold.ttf
weight: 600