I have a 110x110 image in android/app/src/main/res/drawable/notification.png
for my notification icon. When I flutter run
this on my device, it displays correctly. However, if I flutter build apk
and install the resulting .apk, my notification is a square white box. I've unpacked the .apk and the image at android/app/src/main/res/drawable/notification.png
is now 1x1.
I've tried aaptOptions { cruncherEnabled = false }
and release {crunchPngs false}