Flutter push notification using flutter_local_notification show white box for some devices how to fix this
Most of the device showing the notification icon correctly but some device have the problem
res/drawable/aaaa_logo.png is the only icon i added
Add icon inside the drawable folder for notification icon.
Note: The notification icon which you want to add should be transparent. If the transparent icon is not added, then by default grey icon is getting displayed even you followed all steps properly.
2
Answers
Try icon.kitchen for generating icon. Use Monochrome or once with transparent bg for your aaaa_logo.png file.
Add icon inside the drawable folder for notification icon.
Note: The notification icon which you want to add should be transparent. If the transparent icon is not added, then by default grey icon is getting displayed even you followed all steps properly.
Try this to generate icon: https://romannurik.github.io/AndroidAssetStudio/icons-notification.html