Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Issue with flutter_launcher_icons Background Color on iOS App #560

Open
yasngencc opened this issue May 27, 2024 · 2 comments
Open

Comments

@yasngencc
Copy link

Hello,

I am experiencing an issue with flutter_launcher_icons while generating app icons for iOS. Despite setting the background_color_ios correctly in my configuration file, the background of my app icon continues to appear black. The configuration and commands I used are listed below:
flutter_launcher_icons: android: true ios: true image_path: "assets/images/appLogo.png" adaptive_icon_background: "#ff5722" adaptive_icon_foreground: "assets/images/appLogo.png" min_sdk_android: 21 remove_alpha_ios: true background_color_ios: "#ff5722"
Ekran Resmi 2024-05-27 14 30 16

@sunderee
Copy link

AFAIK, the version currently on pub.dev doesn't support setting background_color_ios. Are you adding flutter_launcher_icons as a Git-based dependency?

@yasngencc
Copy link
Author

Hello,

When I load the flutter_launcher_icons package from GitHub, I noticed that the background alpha channel of the iOS icons is removed. This causes the icons' backgrounds to appear as a solid color rather than being transparent. Especially when there is shading in the icons, this results in the icons appearing distorted and unappealing. I am attaching a screenshot below to demonstrate this issue. Could you please assist with this?
Ekran Resmi 2024-05-28 05 49 37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants