g123k / flutter_app_badger

Support to update the app badge on the launcher (both for Android and iOS)
https://pub.dev/packages/flutter_app_badger
Apache License 2.0
307 stars 172 forks source link

feat: support android badge include oreo+ version #66

Closed beygee closed 2 years ago

beygee commented 2 years ago

Hi. Android Oreo+ officially support App Badge. But it needs NotificationChannel.

Features

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. image

References

beygee commented 2 years ago

@g123k

g123k commented 2 years ago

I've already explained that I don't want to generate a notification on Oreo+ devices. Please fork this repo instead