flutter Error:Cannot run with sound null safety, because the following dependencies don't support

时间:2021-09-13 20:05:33   收藏:0   阅读:46

学习flutter新版本的路上,真的是一天一个新惊喜啊

今天遇到的坑是 Flutter 升级高版本后,运行和build 报错
Error: Cannot run with sound null safety, because the following dependencies
don‘t support null safety:
技术分享图片

解决方法:

运行

  flutter run --no-sound-null-safety

build

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

技术分享图片

好了~~大功告成

技术分享图片

原文:https://www.cnblogs.com/sugartang/p/15260681.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!