Flutter--Error: Cannot run with sound null safety, because the following dependencies don't support null safety:
Error: Cannot run with sound null safety, because the following dependencies don't support null safety:
flutter sdk提示不是支持 null safety模式
解决方法:
flutter run --no-sound-null-safety
flutter build apk --no-sound-null-safety
亲测有效,仅做记录!
本文来自博客园,作者:稻草人11223,转载请注明原文链接:https://www.cnblogs.com/hero11223/p/14850158.html