-
Notifications
You must be signed in to change notification settings - Fork 406
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
In Android I See only a black Circle as icon #600
Comments
Here also same |
1 similar comment
Here also same |
same problem |
same problem flutter 3.24.1 stable |
problem fixed after downgrade package to 0.13.1
you need to run
|
Same problem |
same problem |
Solved) If you declare adaptive_icon_background, adaptive_icon_foreground, the icons will be created as normal. |
Same problem using flutter 3.24.3 |
It solved my problem, thank you |
This solved the issue. downgrading to 0.13.1 did not help in my case |
Thank you @WhistlerChoi! It solved my problem too.. |
I put in yaml file And solved the problem, thank you @WhistlerChoi ! |
Solved. Remember to re-run the package to update the icons/files:
|
Thank you |
G
GOD BLESS YOU, THX. |
Thanks! that worked for me! |
Solved the issue, thanks |
same problem |
Thanks. solved |
This worked for me too. So, the issue that remains is that either:
|
This solved it, but don't forget to "flutter clean" and re run the package with "dart run flutter_launcher_icons" |
still , facing the same issue, the icon is totally appearing black:
|
This solution worked for me, THANKS A LOT |
ℹ️ Info
Flutter 3.24.1 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 5874a72aa4 (8 weeks ago) • 2024-08-20 16:46:00 -0500
Engine • revision c9b9d5780d
Tools • Dart 3.5.1 • DevTools 2.37.2
💬 Description
Hello,
For IOS works every thing with the icon as I expect. But for android I see a black Circle in the Simulator (Pixel_3a_API_34_extension_level_7_arm64_v8a and Medium Phone API 34).
How can I fix it?
📜 flutter_launcher_icons.yaml
📜 Pubspec.yaml
After installing I see this output:
The text was updated successfully, but these errors were encountered: