Hello,
The issue I'm facing is pretty simple.
When I run flutter run --release, the notification icon is showing perfectly as you can see here.

But when I run flutter build, after the fat apk builds and I install it manually on my device, the issue appears.

Do you have any idea on what may cause this? I'm running the latest version of flutter_local_notifications and latest flutter channel master.
Thank you!
This happens when you haven't done all of the steps mentioned here, particularly the one around resource shrinking
This happens when you haven't done all of the steps mentioned here, particularly the one around resource shrinking
Thank you so much, I actually read that but didn't know how to configure that proguard file. Will try again and let you know! Thank you again!
Whilst the Proguard rules need to be setup, it's the other paragraph on making sure your resources are kept by R8 that is the main cause of your problem
Whilst the Proguard rules need to be setup, it's the other paragraph on making sure your resources are kept by R8 that is the main cause of your problem
Thank you so much for your help, mate, everything is fixed now! I really appreciate your time and help! Thank you again! I'll close the issue now.
Most helpful comment
This happens when you haven't done all of the steps mentioned here, particularly the one around resource shrinking