-
-
Notifications
You must be signed in to change notification settings - Fork 62
Expand file tree
/
Copy pathflutter_launcher_icons.yaml
More file actions
31 lines (26 loc) · 916 Bytes
/
flutter_launcher_icons.yaml
File metadata and controls
31 lines (26 loc) · 916 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
28
29
30
31
# flutter pub run flutter_launcher_icons
flutter_launcher_icons:
image_path: "launcher_icons/flow.png"
android: true
# image_path_android: "assets/icon/icon.png"
min_sdk_android: 24 # android min sdk min:16, default 21
adaptive_icon_background: "launcher_icons/adaptive_background.png"
adaptive_icon_foreground: "launcher_icons/adaptive_foreground.png"
adaptive_icon_monochrome: "launcher_icons/monochrome.png"
adaptive_icon_foreground_inset: 0
ios: true
remove_alpha_ios: true
# image_path_ios_dark_transparent: "assets/icon/icon_dark.png"
# image_path_ios_tinted_grayscale: "assets/icon/icon_tinted.png"
# desaturate_tinted_to_grayscale_ios: true
# background_color_ios: "#ffffff"
web:
generate: true
image_path: "path/to/image.png"
background_color: "#hexcode"
theme_color: "#hexcode"
windows:
generate: true
icon_size: 256
macos:
generate: true