-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
[Feature Request]: Add monochrome icon #96
Comments
I think it's possible. |
Brethap currently uses flutter_launcher_icons to generate app icons. At the moment it doesn't support generating monochrome icons (see fluttercommunity/flutter_launcher_icons#419). I'll look into manually adding them. It would be preferable to use flutter_launcher_icons in the future. |
@xmha97 I found this article to manually add them: add-android-themed-icon-support-to-your-flutter-app. It doesn't look to bad. Do you want to implement it and submit a pull request? |
Sorry, I'm not a programmer. |
Your profile says you have skills in c# and you love coding for fun. This update would just be adding the images and editing xml. I can update your pull request if there are any problems. |
:)))
OK, please check this PR: #97 |
Tried running the pull request on an emulator with API 33 and getting:
I'll have to look a little deeper into adding monochrome. |
In release >= 1.7.16+104 |
Thanks 🙏 |
Please support the Android 13 "Themed App Icons" feature.
The text was updated successfully, but these errors were encountered: