enable monochrone app icons

This commit is contained in:
Fabian Freund
2025-08-24 08:24:46 +02:00
parent f1606cb0ef
commit 175f164550
7 changed files with 7 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

@@ -6,4 +6,9 @@
android:drawable="@drawable/ic_launcher_foreground"
android:inset="25%" />
</foreground>
<monochrome>
<inset
android:drawable="@drawable/ic_launcher_monochrome"
android:inset="25%" />
</monochrome>
</adaptive-icon>
+2
View File
@@ -123,4 +123,6 @@ flutter_launcher_icons:
android: "launcher_icon"
image_path: "assets/icon/icon.png"
adaptive_icon_foreground: "assets/icon/icon.png"
adaptive_icon_monochrome: "assets/icon/icon.png"
adaptive_icon_foreground_inset: 25
adaptive_icon_background: "#FF000000"