flutter_app_badger icon indicating copy to clipboard operation
flutter_app_badger copied to clipboard

flutter_app_badger Not working on android devices. Is there any settings ?

Open niumj opened this issue 3 years ago • 1 comments

I confirmed that device is listed in https://github.com/leolin310148/ShortcutBadger/ Is there any settings on Android device?

The latest ShortcutBadger's code contains kinds of device types. And also flutter_app_badger's dependencies contain [implementation "me.leolin:ShortcutBadger:1.1.22@aar"]

niumj avatar Jun 22 '22 09:06 niumj

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