Update adaptive launcher icon to use a transparent foreground image to resolve cropping and rendering issues on modern Android devices

This commit is contained in:
Sridhar R 2026-06-10 19:15:51 +05:30
parent 28cf436dad
commit 2a7d83cf41
7 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -33,7 +33,7 @@ flutter_launcher_icons:
image_path: "assets/logo/pozo_logo_padded.png" image_path: "assets/logo/pozo_logo_padded.png"
remove_alpha_ios: true remove_alpha_ios: true
adaptive_icon_background: "#d2242e" adaptive_icon_background: "#d2242e"
adaptive_icon_foreground: "assets/logo/pozo_logo_padded.png" adaptive_icon_foreground: "assets/logo/pozo_logo_foreground.png"
flutter: flutter:
uses-material-design: true uses-material-design: true