flutter_app_badger
flutter_app_badger copied to clipboard
Is not working on Android Samsung device.
FlutterAppBadger.isAppBadgeSupported() function returns true. But the badge is not showing up.
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.