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
308 stars 161 forks source link

Android: App Icon badge update not working #56

Open NaingMyoThawNMYT opened 2 years ago

NaingMyoThawNMYT commented 2 years ago

For Android, This plugin only works after one FCM notification is received. That is bad!

For iOS, No device, no test

ShuheiSuzuki-07 commented 6 months ago

Android does not offer the same badge display functionality at the OS level as iOS. They are provided at the API level by the manufacturer of the device or launcher application (e.g. MicrosoftLauncher). Basically, Android should not support Badge display and should conform to the specifications of the OS, launcher app, and device.