📌  相关文章
📜  错误:无法以可靠的 null 安全性运行,因为以下依赖项不支持 null 安全性:- 无论代码示例

📅  最后修改于: 2022-03-11 14:55:24.342000             🧑  作者: Mango

代码示例6
/*
To solve this error "Cannot run with sound null safety, 
because the following dependencies don't support null safety" 
Run your Flutter app like below
*/

flutter run --no-sound-null-safety