📅  最后修改于: 2022-03-11 14:59:58.558000             🧑  作者: Mango
/*
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