flutter_app_badger icon indicating copy to clipboard operation
flutter_app_badger copied to clipboard

Is not working on Android Samsung device.

Open akbarpulatov opened this issue 4 years ago • 1 comments

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

akbarpulatov avatar Nov 25 '21 17:11 akbarpulatov

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.

seal-app-07 avatar Mar 18 '24 07:03 seal-app-07