AngeloAvv / flutter_flavorizr

A flutter utility to easily create flavors in your flutter application
https://pub.dev/packages/flutter_flavorizr
MIT License
468 stars 85 forks source link

Support for user-themed, adaptive icons on Android #267

Open ricardoboss opened 5 months ago

ricardoboss commented 5 months ago

This is a great project! Thanks for maintaining it!

I was playing around with adaptive icons and noticed I must provide both foreground and background layers. The Android docs mention that one can only use a monochrome version of the icon to enable user theming.

Can we get support for that too?

https://developer.android.com/develop/ui/views/launch/icon_design_adaptive#design-adaptive-icons