flutter2.10.5使用2.10.4分支出现null safety
softAlexs opened this issue · 2 comments
: Error: A library can't opt out of null safety by default, when using sound null safety.
../…/lib/aspectd.dart:1
// @Dart=2.8
^^^^^^^^^^^^
: Error: A library can't opt out of null safety by default, when using sound null safety.
../…/aop/aop.dart:1
// @Dart=2.8
^^^^^^^^^^^^
: Error: A library can't opt out of null safety by default, when using sound null safety.
../…/annotation/call.dart:1
// @Dart=2.8
^^^^^^^^^^^^
: Error: A library can't opt out of null safety by default, when using sound null safety.
../…/annotation/execute.dart:1
// @Dart=2.8
^^^^^^^^^^^^
: Error: A library can't opt out of null safety by default, when using sound null safety.
../…/annotation/inject.dart:1
// @Dart=2.8
^^^^^^^^^^^^
: Error: A library can't opt out of null safety by default, when using sound null safety.
../…/annotation/pointcut.dart:1
// @Dart=2.8
^^^^^^^^^^^^
: Error: A library can't opt out of null safety by default, when using sound null safety.
../…/beike_annotation/add.dart:1
// @Dart=2.8
^^^^^^^^^^^^
: Error: A library can't opt out of null safety by default, when using sound null safety.
../…/beike_annotation/field_get.dart:1
// @Dart=2.8
^^^^^^^^^^^^
: Error: A library can't opt out of null safety by default, when using sound null safety.
../…/annotation/annotation_info.dart:1
// @Dart=2.8
^^^^^^^^^^^^
Error: Cannot run with sound null safety, because the following dependencies
don't support null safety:
- package:beike_aspectd
For solutions, see https://dart.dev/go/unsound-null-safety
Failed to package /Users/xx/Desktop/xx/xxxx.
Command PhaseScriptExecution failed with a nonzero exit code
note: Using new build system
note: Planning
同样的问题
已在null-safety/2.10.4分支适配