nyxkn / meditation

Essential meditation timer for Android
GNU General Public License v3.0
27 stars 2 forks source link

Themed app icons #8

Open devurandom opened 6 months ago

devurandom commented 6 months ago

It would be nice if the app came with themed app icons:

zrknlzr commented 5 months ago

+1 on the feature request. Flutter doesn't support monochrome option in the pubspec file. But it should be possible with a line in android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml like <monochrome android:drawable="@mipmap/ic_launcher_monochrome" /> and some additional assets. I would have opened a PR but i can't create the monochrome icons without access to the high resolution icon source.

nyxkn commented 5 months ago

Hey, thanks for the info and links! This seems easily doable so I'll have a go.