kra-mo / sly

Friendly image editor
https://sly.kramo.page
GNU General Public License v3.0
96 stars 2 forks source link

Android/iOS: Add adaptive icon #42

Open Penfore opened 1 week ago

Penfore commented 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: example

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.

kra-mo commented 1 week ago

I'd rather not depend on an external package for this, I can configure this myself ^^

kra-mo commented 1 week ago

This should also be done for iOS 18.