-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
62 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
49
50
51
52
53
54
55
56
57
58
59
name: skycast_weather_app
description: "A new Flutter project."
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.3.3 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.6
dio: ^5.4.3+1
flutter_bloc: ^8.1.6
flutter_launcher_icons: ^0.13.1
flutter_native_splash: ^2.4.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/images/icon.png" # Logo image path
min_sdk_android: 21
flutter_native_splash:
color: "#F04C4C" # Color of the background of the splash screen
image: assets/images/splash_photo.png # image path
android_12:
image: assets/images/splash_photo.png # image path
color: "#F04C4C" # Color of the background of the splash screen
# flutter_lints: ^3.0.0
flutter:
uses-material-design: true
assets:
- assets/images/
fonts:
- family: KaushanScript
fonts:
- asset: fonts/KaushanScript-Regular.ttf
- family: Sanchez
fonts:
- asset: fonts/Sanchez-Regular.ttf