*[严重]* 无法预编译构建脚本 .dart_tool/build/entrypoint/build.dart。这可能是由错误配置的构建器定义引起的
*[SEVERE]* Failed to precompile build script .dart_tool/build/entrypoint/build.dart. This is likely caused by a misconfigured builder definition
[INFO] 正在预编译构建脚本......
[警告] ../../flutter/.pub-cache/hosted/pub.dartlang.org/gql_code_builder-0.2.0/lib/src/ast.dart:618:12:错误:非空值必须是 returned 因为 return 类型 'Expression' 不允许空值。
- 'Expression' 来自'package:code_builder/src/specs/expression.dart' ('../../flutter/.pub-cache/hosted/pub.dartlang.org/code_builder-4.1.0/lib/src/specs/expression。镖')。
表达式 _directiveLocation(DirectiveLocation 位置){
^
[信息] 预编译构建脚本...已完成,耗时 838 毫秒
[严重] 无法预编译构建脚本 .dart_tool/build/entrypoint/build.dart。
这可能是由错误配置的构建器定义引起的。
看来这里有一个修复程序gql-dart/gql#308
dependency_overrides:
gql: 0.13.0
[INFO] 正在预编译构建脚本...... [警告] ../../flutter/.pub-cache/hosted/pub.dartlang.org/gql_code_builder-0.2.0/lib/src/ast.dart:618:12:错误:非空值必须是 returned 因为 return 类型 'Expression' 不允许空值。
- 'Expression' 来自'package:code_builder/src/specs/expression.dart' ('../../flutter/.pub-cache/hosted/pub.dartlang.org/code_builder-4.1.0/lib/src/specs/expression。镖')。 表达式 _directiveLocation(DirectiveLocation 位置){ ^ [信息] 预编译构建脚本...已完成,耗时 838 毫秒
[严重] 无法预编译构建脚本 .dart_tool/build/entrypoint/build.dart。 这可能是由错误配置的构建器定义引起的。
看来这里有一个修复程序gql-dart/gql#308
dependency_overrides:
gql: 0.13.0