分配值后,为什么UI会显示null?

时间:2020-04-11 06:39:40

标签: flutter

我正在更改默认的入门应用程序,以检索在Firebase数据库中设置的计数器值。

有一个变量将保存从firebase检索的计数器的值。

当我重新启动应用程序时,该值最初为null。然后,当我增加本地计数器变量时,它将显示存储在firebase中的正确值。

enter image description here

firebaseFunction运行,并将两个打印语句打印到控制台。但是我不知道为什么只有我第一次运行该应用程序时_firebaseCounter值才为null?

enter image description here

编辑:我为_firebaseCounter的值添加了另一个打印。这是重新启动应用程序后的调试控制台输出。

enter image description here

0 个答案:

没有答案