Hi.
Android Oreo+ officially support App Badge. But it needs NotificationChannel.
Features
Support Android Oreo+ App Badge
Migration embedding v2 Flutter Example
IMPORTANT
In Oreo+ Version, it need ic_launcher.png app logo file in android/app/src/main/res/drawable folder. Because of NotificationChannel's Noti must need app logo file.
Hi. Android Oreo+ officially support App Badge. But it needs
NotificationChannel
.Features
IMPORTANT
In Oreo+ Version, it need
ic_launcher.png
app logo file inandroid/app/src/main/res/drawable
folder. Because of NotificationChannel's Noti must need app logo file.References