Flutter报错信息Unhandled Exception: Binding has not yet been initialized.

错误信息如下:

Typically, this is done by calling "WidgetsFlutterBinding.ensureInitialized()" or "runApp()" (the latter calls the former). Typically this call is done in the "void main()" method. The "ensureInitialized" method is idempotent; calling it multiple times is not harmful.

需要在调用之前初始化

WidgetsFlutterBinding.ensureInitialized()

相关推荐
bst@微胖子13 小时前
Flutter项目之登录注册功能实现
开发语言·javascript·flutter
小墙程序员14 小时前
Flutter 教程(十一)多语言支持
flutter
无知的前端16 小时前
Flutter 一文精通Isolate,使用场景以及示例
android·flutter·性能优化
yidahis17 小时前
Flutter 运行新建项目也报错?
flutter·trae
木马不在转17 小时前
Flutter-权限permission_handler插件配置
flutter
江上清风山间明月20 小时前
一周掌握Flutter开发--9. 与原生交互(下)
flutter·交互·原生·methodchannel
GeniuswongAir20 小时前
Flutter极速接入IM聊天功能并支持鸿蒙
flutter·华为·harmonyos
sayen21 小时前
记录 flutter 文本内容展示过长优化
前端·flutter
勤劳打代码21 小时前
剑拔弩张——焦点竞争引的发输入失效
flutter·客户端·设计
张风捷特烈1 天前
Flutter 伪 3D 绘制#02 | 地平面与透视
android·flutter