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

Flutter 升级高版本后,build 报错。

我用的是Android Studio 进行开发的,依赖一些第三方包之后,点击编辑器的Build绿色三角形, 报如下错误。

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

解决方法:

直接在AS 的 Terminal窗口输出命令打包

run

  flutter run --no-sound-null-safety

build

flutter build apk --no-sound-null-safety

其他

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


image.png

你可能感兴趣的:(Error: Cannot run with sound null safety, because the following dependencies)