Error: Cannot run with sound null safety, because the following dependencies
don't support null safety有没有一种方法可以添加参数--no-sound-null-safety,类似于您可以在命令行中执行的操作?
Error: Cannot run with sound null safety, because the following dependencies
don't support null safety当我运行flutter run --no-sound-null-safety时,会得到一堆错误,从下面这个开始: /D:/src/flutter/.pub-cache/hosted/pub.dartlang.org
在Flutter 2发布后,我已经将我的代码迁移到了sdk: '>=2.12.0 <3.0.0',现在所有的代码都是“声音零安全”。但是我在使用mockito 5.0.0进行单元测试时遇到了错误when(mockClient.login(any)).thenThrow(GrpcError.unavailable());
之前是可以的,但是现在,编译器在any下显示了一个错误,表示:The argument type 'Null' can't be assigned to the parameter type 'LoginRe