Open akbarpulatov opened 3 years 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.
FlutterAppBadger.isAppBadgeSupported()
function returns true. But the badge is not showing up.