Open Penfore opened 1 week ago
On Android there are adaptive icons that follows the theme settings of the system.
For example, my theme is set to grey:
A monochrome icon is needed to configure this on the project. Here is the Android documentation and here is a Flutter and design guide.
I normally use the package flutter_laucnher_icons to generate the different icon sizes from one icon file.
It's a simple implementation and I'm available to configure this on the project if anyone is willing to provide the monochrome icon design.
I'd rather not depend on an external package for this, I can configure this myself ^^
This should also be done for iOS 18.
On Android there are adaptive icons that follows the theme settings of the system.
For example, my theme is set to grey:
A monochrome icon is needed to configure this on the project. Here is the Android documentation and here is a Flutter and design guide.
I normally use the package flutter_laucnher_icons to generate the different icon sizes from one icon file.
It's a simple implementation and I'm available to configure this on the project if anyone is willing to provide the monochrome icon design.