Flutter_local_notifications: Blank notification icon in Release build

Created on 5 Feb 2020  路  4Comments  路  Source: MaikuB/flutter_local_notifications

I m getting strange issue, whenever i run debug build in my phone having android version 9 then i got the notification icon. But in release build showing empty icon. I tried changing icon as well but still showing empty icon.
You can check in screenshot below. (app name -> Vehicle 24x7)
Screenshot_2020-02-05-13-18-38-442_com vehicle24x7 app

Most helpful comment

See the note in the readme on resource shrinking. You'll need to do some configuration on the Android side to avoid this from happening and there's an XML file for the example app that can be used as reference.

All 4 comments

See the note in the readme on resource shrinking. You'll need to do some configuration on the Android side to avoid this from happening and there's an XML file for the example app that can be used as reference.

let me try

yes problem resolved,
thanks.

Was this page helpful?
0 / 5 - 0 ratings