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

127 阅读1分钟

flutter跑模拟器报错如下:

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

解决办法

run->edit configurations. 添加:--no-sound-null-safety
如下图

截屏2022-07-15 11.01.37.png

截屏2022-07-15 11.00.29.png