Skip to content

Commit

Permalink
add background_color_ios description to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoCherHong committed May 8, 2023
1 parent 88ab71c commit d96c75f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ be used to fill out the background of the adaptive icon.
- `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.
- `image_path_ios`: The location of the icon image file specific for iOS platform (optional - if not defined then the image_path is used)
- `remove_alpha_ios`: Removes alpha channel for IOS icons
- `background_color_ios`: The color (E.g. `"#000000"`) that is used as background when removing alpha. Only used when `remove_alpha_ios` is set to `true` (optional - if not defined then `#ffffff` is used)

### Web

Expand Down

0 comments on commit d96c75f

Please sign in to comment.