-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathflutter_launcher_icons.yaml
34 lines (29 loc) · 1.06 KB
/
flutter_launcher_icons.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
# flutter pub run flutter_launcher_icons
flutter_launcher_icons:
# image_path: "assets/images/icon.png"
android: "launcher_icon"
image_path_android: "assets/images/icon.png"
min_sdk_android: 16 # android min sdk min:16, default 21
adaptive_icon_background: "assets/images/icon-background.png"
adaptive_icon_foreground: "assets/images/icon-foreground.png"
adaptive_icon_monochrome: "assets/images/icon-monochrome.png"
ios: true
image_path_ios: "assets/images/icon.png"
remove_alpha_ios: true
remove_alpha_channel_ios: true
background_color_ios: "#262626"
# 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
# web:
# generate: false
# image_path: "path/to/image.png"
# background_color: "#hexcode"
# theme_color: "#hexcode"
# windows:
# generate: false
# image_path: "path/to/image.png"
# icon_size: 48 # min:48, max:256, default: 48
# macos:
# generate: false
# image_path: "path/to/image.png"