Cannot run with sound null safety
Posted xiangzhihong8
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Cannot run with sound null safety相关的知识,希望对你有一定的参考价值。
flutter sdk 版本升级到2.0或者更高的版本后,运行之前的代码会报错,比如:
Error: Cannot run with sound null safety, because the following dependencies
don't support null safety:
- package:flutter_swiper
- package:flutter_page_indicator
- package:transformer_page_view
For solutions, see https://dart.dev/go/unsound-null-safety
FAILURE: Build failed with an exception.
上面的问题是,这些包不支持 safety模式。我们可以在运行的时候添加--no-sound-null-safety
。打开android Studio,然后依次选择【Run】 -->【 Edit Configurations】 --> 【Add Additional Run args 】–> 【–no-sound-null-safety】,如下图。
然后,再次运行就没有错误了。
以上是关于Cannot run with sound null safety的主要内容,如果未能解决你的问题,请参考以下文章
Flutter Error: Cannot run with sound null safety, because the following dependencies don‘t support
Flutter Error: Cannot run with sound null safety, because the following dependencies don‘t support
Flutter Error: Cannot run with sound null safety, because the following dependencies don‘t support
Flutter Error: Cannot run with sound null safety, because the following dependencies don‘t support(代
bower ESUDO Cannot be run with sudo 的解决办法
IISExpress cannot find ssl page running localhost with Visual Studio 2017