forked from AhmedLSayed9/deliverzler
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflutter_launcher_icons.yaml
More file actions
27 lines (23 loc) · 902 Bytes
/
flutter_launcher_icons.yaml
File metadata and controls
27 lines (23 loc) · 902 Bytes
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
flutter_launcher_icons:
# Android
android: true
min_sdk_android: 23
image_path_android: assets/launcher_icon/icon-192x192-android.png # used for android versions less than Android 8.0
adaptive_icon_background: "#121B24" # only available for Android 8.0 devices and above
adaptive_icon_foreground: assets/launcher_icon/icon-foreground-432x432.png # only available for Android 8.0 devices and above
# IOS
ios: true
image_path_ios: assets/launcher_icon/icon-1024x1024.png
remove_alpha_ios: true
# Web:
# generate: true
# image_path: assets/launcher_icon/icon-1024x1024.png
# background_color: "#hexcode"
# theme_color: "#hexcode"
# Windows:
# generate: true
# image_path: assets/launcher_icon/icon-1024x1024.png
# icon_size: 48 # min:48, max:256, default: 48
# MacOS:
# generate: true
# image_path: assets/launcher_icon/icon-1024x1024.png