You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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?
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"
The text was updated successfully, but these errors were encountered: