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

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

Open niumj opened 2 years ago

niumj commented 2 years ago

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"]

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.