-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
59 lines (44 loc) · 1.16 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: chess
description: A new Flutter project.
publish_to: "none"
version: 1.0.0+1
environment:
sdk: ">=3.1.4 <4.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
flutter_native_splash: ^2.4.1
device_preview: ^1.2.0
device_preview_screenshot: ^1.0.0
path_provider: ^2.1.4
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
flutter_launcher_icons: ^0.13.1
flutter_launcher_icons:
android: true
ios: true
image_path: "assets/logo/Chess_logo.png"
adaptive_icon_background: "#FFFFFF"
adaptive_icon_foreground: "assets/logo/logo_foreground.png"
# dart run flutter_launcher_icons:main
flutter_native_splash:
color: "#FFFFFF"
color_dark: "#272727"
image: assets/logo/Chess_logo.png
android_12:
color: "#FFFFFF"
color_dark: "#272727"
image: assets/logo/Chess_logo.png
web: false
# dart run flutter_native_splash:create --path=pubspec.yaml
# dart run flutter_native_splash:remove
flutter:
uses-material-design: true
assets:
- assets/Images/
- assets/Images/black/
- assets/Images/white/
- assets/logo/