9a365b0597e198ceac41966db1d6f47de66a86bb99e3e5a811c3030"}[ERROR:flutter/lib/ui/ui_dart_state.cc(199)] Unhandled Exception: NoSuchMethodError: The getter 'status' was called on null.( 7370): true
E/flutter ( 73
但事实是,在实现对象并将其调用到登录页面后,会收到错误。Unhandled Exception: NoSuchMethodError: The getter 'length' was called on null.E/flutter (29946): Receiver: null
E/flutter (29946): Tried calling: length 我不知道原因,如果有人理解,我会非常感谢你的回答'Must Fill Input Field
我已经设置了Homepage屏幕的通道,它可以工作,但当我尝试Hot Reload应用程序,然后尝试访问主页,它抛出NoSuchMethodError I/flutter (14935): The getter'surname' was called on null.我该如何解决这个问题?我曾尝试将widget.data.surname分配给initState中的随机string,它会清除错误,但不会将widget.data.surname和widget.data.firstname重新分配给