Make sure the build_e2e.dart script points to the dart sdk that is included with flutter
未关闭
P1
tool
- 主要语言
- Dart
- 星标
- 1.7k
- 派生
- 404
- 平均合并
- 6 天 17 小时
- 30 天内合并 PR
- 18
描述
https://github.com/flutter/devtools/pull/5558#discussion_r1154959777
@kenzieschmoll mentioned the following:
> One thing I just thought of: we should make sure the build_e2e.dart script points (maybe optionally?) to the dart sdk that is included with flutter. I think as is, there will be a dart version mismatch between the devtools server and the dart sdk that we use to run devtools_app 🤔
贡献指南
调研方向
打开 build_e2e.dart,追踪它如何选择 Dart 可执行文件;将该选择与 Flutter 中捆绑的 Dart SDK 进行比较。当脚本可以使用 Flutter 中包含的 SDK(可能作为可选项)时,即表示完成,这样 DevTools 服务器和 devtools_app 就不会使用不匹配的 Dart 版本运行。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- dart
- 领域
- build-system, tooling
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100