I'm using FCM to push notifications in a flutter app.
I've tried a lot of things and codes to show a badge (red dot) on top of the app icon when a new notification arrives and the app is closed or in background.
What should I do to get a badge app icon in flutter ?


