-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
67 lines (54 loc) · 1.32 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
65
66
67
name: coronavirus_rest_api_flutter_course
description: A new Flutter project.
version: 1.0.0+1
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
http: ^0.13.4
provider: ^6.0.1
intl: ^0.17.0
shared_preferences: ^2.0.9
cupertino_icons: ^0.1.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: "^0.9.2"
flutter_native_splash: ^1.3.2
flutter_icons:
android: "launcher_icon"
ios: true
image_path: "assets/appICON.png"
flutter_native_splash:
color: "#ffffff"
image: assets/virus.png
android: true
ios: true
flutter:
generate: true
uses-material-design: true
assets:
- assets/
fonts:
- family: Muli
fonts:
- asset: assets/fonts/muli/Muli.ttf
- asset: assets/fonts/muli/Muli-Bold.ttf
weight: 700
- asset: assets/fonts/muli/Muli-Light.ttf
weight: 300
- family: PantonBold
fonts:
- asset: assets/fonts/panton/Panton-BlackCaps.otf
- family: PantonBoldItalic
fonts:
- asset: assets/fonts/panton/Panton-BlackitalicCaps.otf
- family: Panton
fonts:
- asset: assets/fonts/panton/Panton-LightCaps.otf
- family: PantonItalic
fonts:
- asset: assets/fonts/panton/Panton-LightitalicCaps.otf