在null上调用了getter 'snapshot‘。接收器:空尝试呼叫:快照我不知道,如何为我fix.It一个新的错误。我是新手。这个项目是Flutter + Firebase。following NoSuchMethodError was thrown while handling a gesture:Tried callin
我正在尝试使用flutter包"flutter_wordpress“在应用程序中显示我网站上的帖子。如果我现在使用"“作为网站,就像在示例代码中一样,帖子可以正常显示。但是如果我在文章中使用我自己的Wordpress网站地址,就会出现错误The getter 'length' was called on null.Receiver: null Tried calling: length
c
我在flutter中使用Firebase作为后端,在用户身份验证时抛出异常。每当我启动应用程序时,异常就会发生一次。 当我尝试注销时,异常发生了一次,但屏幕没有改变。每当我尝试注销时,都会显示以下输出 D/FirebaseAuth(23343): Notifying id token listeners about a sign-out event.Exception:
NoSuchMethodError: The getter 'uid' was called on null.Receive