Remove indigo background from app icon, use transparent
- Add app_icon_bg_transparent.png (1024x1024 fully transparent PNG) as the adaptive icon background layer - Switch image_path (legacy icon) to app_icon_fg.png so pre-Android 8 devices also get the transparent-background icon - Regenerate all mipmap densities via flutter_launcher_icons Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
After Width: | Height: | Size: 287 B |
|
After Width: | Height: | Size: 273 B |
|
After Width: | Height: | Size: 307 B |
|
After Width: | Height: | Size: 364 B |
|
After Width: | Height: | Size: 442 B |
@@ -1,6 +1,6 @@
|
||||
<?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"/>
|
||||
<background android:drawable="@drawable/ic_launcher_background"/>
|
||||
<foreground>
|
||||
<inset
|
||||
android:drawable="@drawable/ic_launcher_foreground"
|
||||
|
||||
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 4.8 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 5.5 KiB |
|
After Width: | Height: | Size: 448 B |
@@ -33,8 +33,8 @@ flutter_launcher_icons:
|
||||
android: true
|
||||
ios: false
|
||||
remove_alpha_ios: false
|
||||
image_path: "assets/icon/app_icon.png"
|
||||
adaptive_icon_background: "#6366f1"
|
||||
image_path: "assets/icon/app_icon_fg.png"
|
||||
adaptive_icon_background: "assets/icon/app_icon_bg_transparent.png"
|
||||
adaptive_icon_foreground: "assets/icon/app_icon_fg.png"
|
||||
min_sdk_android: 21
|
||||
|
||||
|
||||