Skip to content

Commit 620d73c

Browse files
committed
build: configure flutter launcher icons
- Added launcher icon config - Configured android icons - Configured web icons
1 parent 6bb118c commit 620d73c

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

flutter_launcher_icons.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
flutter_launcher_icons:
2+
image_path: "assets/icon/headlines_toolkit.png"
3+
4+
android: "launcher_icon"
5+
# image_path_android: "assets/icon/headlines_toolkit.png"
6+
min_sdk_android: 21 # android min sdk min:16, default 21
7+
# adaptive_icon_background: "assets/icon/background.png"
8+
# adaptive_icon_foreground: "assets/icon/foreground.png"
9+
# adaptive_icon_monochrome: "assets/icon/monochrome.png"
10+
11+
ios: false
12+
# image_path_ios: "assets/icon/headlines_toolkit.png"
13+
remove_alpha_channel_ios: true
14+
# image_path_ios_dark_transparent: "assets/icon/icon_dark.png"
15+
# image_path_ios_tinted_grayscale: "assets/icon/icon_tinted.png"
16+
# desaturate_tinted_to_grayscale_ios: true
17+
18+
web:
19+
generate: true
20+
# image_path: "assets/icon/headlines_toolkit.png"
21+
background_color: "#fcfcfc"
22+
theme_color: "#fcfcfc"

0 commit comments

Comments
 (0)