flutter_launcher_icons
flutter_launcher_icons copied to clipboard
Use adaptive_icon_background when remove_alpha_ios is set to true
:speech_balloon: Description
I would like to use a single transparent icon and a programmatically added background color to generate iOS icons (without transparency) and adaptive Android icons (with transparency). Right now when I set remove_alpha_ios: true transparency is replaced with black. Inevitably now I have to generate icons, separately for each platform, using 2 different versions of my master icon, one with and one without background. It would be better to be replaced with the adaptive_icon_background color instead so that I can generate all icons using a single transparent image.
:question: Platform
iOS / Android
Seems #424 solves this
@MarkOSullivan94, this issue has been resolved by using the background_color_ios key. Can you close it?
Seems there is still an issue.