chen

Error: Cannot run with sound null safety, because the following dependencies

Error: Cannot run with sound null safety, because the following dependencies

 

解决方案:–no-sound-null-safety

  • run
    flutter run –no-sound-null-safety
  • build
    flutter build apk –no-sound-null-safety

其他

其实每次命令行来编译打包还是很不方便的,如果还想直接点击编辑器小三角进行编译,可以打开AS配置一下,就可以正常编译了。如下图所示

第三种:flutter pub upgrade 查看pubspec.yaml中依赖的最新版本 并更改为最新 最后在flutter pub get

发表评论

邮箱地址不会被公开。 必填项已用*标注