Flutter show app icon badge on push notification

7,546

App icon badge depends on the Application Launcher

Some of the Android Application Launcher includes this functionality by default, You can check this on Settings->Apps->Notification Attached image

FYI

Share:
7,546
Kevin Walter
Author by

Kevin Walter

Updated on December 01, 2022

Comments

  • Kevin Walter
    Kevin Walter over 1 year

    I'm looking for a way to show an app icon badge when a user receives a push notification.

    I'm using the Firebase_messaging plugin for flutter for the handling of the push notifications and flutter_app_badger for the app icon badges. But I want to combine the two so that the number is set on the icon without opening the app. Is it possible to make this happen? Or am I overlooking something obvious from the firebase_messaging plugin?

    Sorry for the horrible explanation. I hope someone can help me with this issue.