-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notification icon - Release build #42
Comments
Hello @ChathuraHettiarachchi, Your problem is not linked to Check out https://clevertap.com/blog/fixing-notification-icon-for-android-lollipop-and-above/ for more details! |
I'm facing the same issue. The icon appears properly in debug mode, but does not appear properly in release mode. My icon is white with some slightly transparent white areas. So I decided to test with a pure white icon, either fully opaque or fully transparent pixels, same thing. If it was truly an icon issue, it wouldn't work in either debug mode or release mode, something else is happening here. |
I also have the same problem. The icon is not displayed in the release mode. |
generate drawer resource and then : (ic_launcher_foreground is name of my icon) |
This was strange. I tested the application on debug mode and the icon I'm providing is getting displayed correctly. But when tested with release build after flutter clean, icon just showing grey squre.
The text was updated successfully, but these errors were encountered: