Flutter提示flutter --no-sound-null
2022-08-09 本文已影响0人
蜗牛锅
flutter --no-sound-null-safety pub get
Could not find an option named "no-sound-null-safety".
问题原因
flutter版本更新后第三方依赖并没有得到支持,可能会出现空安全问题
VsCode
按图操作添加 --no-sound-null-safety
图示.png
flutter --no-sound-null-safety pub get
Could not find an option named "no-sound-null-safety".
问题原因
flutter版本更新后第三方依赖并没有得到支持,可能会出现空安全问题
按图操作添加 --no-sound-null-safety