fluttercommunity / fluttercommunity/flutter_launcher_icons

[BUG] Issue with flutter_launcher_icons Background Color on iOS App

Open
#560 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
Dart
Stars
2.1k
Forks
426
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.