Flutter:通知用户界面

时间:2019-02-04 22:54:59

标签: user-interface push-notification notifications flutter firebase-cloud-messaging

在Flutter UI中,我无法将新的Firebase Cloud Messaging通知与旧通知区分开。我怎样才能解决这个问题?谢谢。

示例: 3个用户对已经有2条“可见”评论的作者帖子发表评论。作者的帖子上带有+3红色大理石。当作者在“通知”选项卡中单击此帖子时,用户将转到其评论,+ 3减少为0,底部选项卡的大理石也减少为3(6-3 = 3)。 < / p>

下面的虚拟用户界面代码和图片。 1.空白的“主页”; 2.虚拟通知页面,其中包含已回复的帖子 3.单击帖子后,进入评论页面。

Summary Report

Network Capabilities Status
----------------------------------------------------------------------
    InternetClient                Not Used and Insecure
    InternetClientServer          Not Used and Insecure
    PrivateNetworkClientServer    Not Used and Insecure


Detailed Traffic Report
----------------------------------------------------------------------

    InternetClient                Not Used and Insecure

 ------------------------------------------------------------------


    InternetClientServer          Not Used and Insecure

 ------------------------------------------------------------------


    PrivateNetworkClientServer    Not Used and Insecure

 ------------------------------------------------------------------

OK.

Mock Homepage. User opens app and sees this. Notifications Page. Posts here have been replied to Replies to a post.

1 个答案:

答案 0 :(得分:0)

这似乎是一个宽泛的问题,我不确定您是在寻求有关如何实施跟踪已读和未读通知的建议,还是对现有代码进行故障排除帮助。我建议查看此 thread 上发布的有关如何管理通知计数器的提示。