📌  相关文章
📜  错误:无法以健全的空安全运行,因为以下依赖项颤动 - 无论代码示例

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

代码示例4
/*
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