You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,7 @@ be used to fill out the background of the adaptive icon.
114
114
-`icon/path/here.png`: This will generate a new launcher icons for the platform with the name you specify, without removing the old default existing Flutter launcher icon.
115
115
-`image_path_ios`: The location of the icon image file specific for iOS platform (optional - if not defined then the image_path is used)
116
116
-`remove_alpha_ios`: Removes alpha channel for IOS icons
117
+
-`background_color_ios`: The color (in the format "#RRGGBB") to be used as the background when removing the alpha channel. It is used only when the `remove_alpha_ios` property is set to true. (optional - if not defined then `#ffffff` is used)
0 commit comments