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

Is not working on Android Samsung device. #55

Open akbarpulatov opened 2 years ago

akbarpulatov commented 2 years ago

FlutterAppBadger.isAppBadgeSupported() function returns true. But the badge is not showing up.

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.