feat(android): dark mode icon

This commit is contained in:
edde746
2025-11-05 19:33:44 +01:00
parent 8b6052d97b
commit eb8968c428
9 changed files with 16 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 582 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 354 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 724 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

@@ -1,5 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
<foreground>
<inset
android:drawable="@drawable/ic_launcher_foreground"
android:inset="16%" />
</foreground>
<monochrome>
<inset
android:drawable="@drawable/ic_launcher_monochrome"
android:inset="16%" />
</monochrome>
</adaptive-icon>
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#1a1a1a</color>
</resources>
Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

+2 -1
View File
@@ -37,7 +37,7 @@ dev_dependencies:
flutter_lints: ^5.0.0
build_runner: ^2.4.7
json_serializable: ^6.7.1
flutter_launcher_icons: ^0.13.1
flutter_launcher_icons: ^0.14.4
flutter:
uses-material-design: true
@@ -52,6 +52,7 @@ flutter_launcher_icons:
image_path: "assets/plezy.png"
adaptive_icon_background: "#ffffff"
adaptive_icon_foreground: "assets/plezy_android_foreground.png"
adaptive_icon_monochrome: "assets/plezy_monochrome.png"
macos:
generate: false
windows: