-
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
[BUG] On Android round icons are shown as white round with square icon inside #326
Comments
I am having the same issue here. Did you find any solution? |
@ZacharyHandshoe I made round icons by hand, see workaround here: |
It's not a bug. Square icon picture will always end up as picture in the middle of the android icon layout. |
@milcarzgrzegorz I ended up adding launcher, tab bar and notification icons using the Create App Icons with Image Asset Studio from your link. After some tweaking to the XMLs it all seems to work fine in different API versions. So, this flutter_launcher_icons package is only useful for iOS. Or did I just not understand how to use it? xD |
Solid argument. I'd expect this package to at least not produce ugly square inside circle icons. Could be much more refined for android.
Seems like a configuration issue. Could have more configuration fields in the |
After a couple frustrating hours I found this tool: https://easyappicon.com/ |
ℹ️ Info
Version: 0.9.2
💬 Description
Icons on Android where round icons are used are shown as square icon encircled with white. But they should be all round.
📜 Pubspec.yaml
flutter_icons:
image_path: "images/app_icon.png"
android: true
ios: true
remove_alpha_ios: true
The text was updated successfully, but these errors were encountered: