收到通知时如何控制应用图标徽章的计数? [复制]
Posted
技术标签:
【中文标题】收到通知时如何控制应用图标徽章的计数? [复制]【英文标题】:How to control the count of app icon badge when I get notifications? [duplicate] 【发布时间】:2021-11-21 03:05:28 【问题描述】:这是应用程序终止的时候。
我几乎不知道如何玩 Kotlin,我正在开发它作为 Flutter!
如果您能详细解释一下,我将不胜感激。
【问题讨论】:
这能回答你的问题吗? How to show a notification badge on the app icon using flutter? 【参考方案1】:您可以使用共享偏好来存储通知计数,以便在您的应用中显示计数。 (https://pub.dev/packages/shared_preferences)。
为了在设备应用主页中显示通知,您可以在代码中连接 Flutter 本地通知插件。(https://pub.dev/packages/flutter_local_notifications)
【讨论】:
以上是关于收到通知时如何控制应用图标徽章的计数? [复制]的主要内容,如果未能解决你的问题,请参考以下文章
有没有办法在 react-native android 应用程序中控制应用程序图标快捷方式徽章计数?