Skip to content

Commit 335a7f8

Browse files
Merge pull request fluttercommunity#487 from HaoCherHong/chore/readme-background-color-ios
add `background_color_ios` description to README.md
2 parents 88ab71c + cb9eb3e commit 335a7f8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ be used to fill out the background of the adaptive icon.
114114
- `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.
115115
- `image_path_ios`: The location of the icon image file specific for iOS platform (optional - if not defined then the image_path is used)
116116
- `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)
117118

118119
### Web
119120

example/default_example/pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ flutter_launcher_icons:
2323
adaptive_icon_foreground: "assets/images/icon-foreground-432x432.png" # only available for Android 8.0 devices and above
2424
min_sdk_android: 21 # android min sdk min:16, default 21
2525
remove_alpha_ios: true
26+
background_color_ios: "#ffffff"
2627
web:
2728
generate: true
2829
image_path: "assets/images/icon-1024x1024.png"

0 commit comments

Comments
 (0)