File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change
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"
You can’t perform that action at this time.
0 commit comments