-
Notifications
You must be signed in to change notification settings - Fork 404
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] IconRound not being generated #226
Comments
Any updates on this? |
bumping, i also would like this fixed |
I have the same problem. Fix would be appreciated. |
Im using this as a workaround flutter_icons:
adaptive_icon_foreground_scale_factor: 0.66
dev_dependencies:
flutter_launcher_icons:
git:
url: https://github.com/knyghtryda/flutter_launcher_icons
ref: scaling
dependency_overrides:
yaml: ^3.1.0
image: ^3.0.2 |
@sooxt98 thanks for the workaround, it's working pretty well for me. |
Do I need to use adaptive icons to generate the rounded icons? |
I have the same problem, icons generated by flutter_launcher_icons are not round, is there a support for Android round icons in flutter_launcher_icons plugin? Without need to use other methods like native icons, etc? |
I had to generate mine manually but this website has a helpful builder https://romannurik.github.io/AndroidAssetStudio/index.html |
After wasting more than 2 hours using this package, finally went to this website and generated adaptive icons in a minute: https://easyappicon.com/ |
Any updates on this? It's been 2 years already.. |
Resolved with this: #563 |
@Siddharth2212 thanks for the https://easyappicon.com/ |
ℹ️ Info
Version:
e.g. v0.8.1
💬 Description
New version of Android require a new tag in the application
android:roundIcon="@mipmap/ic_launcher_round"
in order to render the round icons. If this is not provided, it tries to render a square icon and fits it to the circle, leaving some white space round which looks horrible.It would be good for this package to not only generate the Square icons, but to also include this round ones so that the icons looks good across all devices.
📜 Pubspec.yaml
The text was updated successfully, but these errors were encountered: