flutter_launcher_icons
flutter_launcher_icons copied to clipboard
[FEATURE REQUEST] Support for android 13 themed icons
Is it possible to add support for themed icons in android 13 by adding an additional monochrome icon version as a separate asset field?
Posting this here for implementation reference https://developer.android.com/develop/ui/views/launch/icon_design_adaptive
I've created a fork with themed icons support, but not submitting a PR yet, since it's just a quick POC. Also, I would wait for some other (adaptive icon related, new config scheme) issues to be resolved and maybe PR #297 to be merged too, then a refactor would be needed on my code... but let me know if this should be prioritized and I can do it earlier.
At the moment I solved it by adding the relative "monochrome" icons where the adaptive ones are, and I added this line: monochrome android:drawable="@drawable/ic_launcher_monochrome"
I hope you will update it so it will become easier
What needs to happen for the linked pull request to be reviewed/approved?
What needs to happen for the linked pull request to be reviewed/approved?
Yes. Still waiting. 1 year passed. 😵