flutter_launcher_icons icon indicating copy to clipboard operation
flutter_launcher_icons copied to clipboard

Use adaptive_icon_background when remove_alpha_ios is set to true

Open fotiDim opened this issue 3 years ago • 3 comments
trafficstars

: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

fotiDim avatar Oct 27 '22 09:10 fotiDim

Seems #424 solves this

dvorapa avatar Nov 17 '22 20:11 dvorapa

@MarkOSullivan94, this issue has been resolved by using the background_color_ios key. Can you close it?

OutdatedGuy avatar Jun 20 '23 15:06 OutdatedGuy

Seems there is still an issue.

fotiDim avatar Sep 19 '23 08:09 fotiDim