Delete unused icons from DevTools
未关闭
fix it friday
P3
tech debt
- 主要语言
- Dart
- 星标
- 1.7k
- 派生
- 404
- 平均合并
- 6 天 17 小时
- 30 天内合并 PR
- 18
描述
Our high def resources are not being selected. We use `foo@2x.png` in the asset name - which is the IntelliJ convention - but we should be using `.../2.0/foo.png`, which is the flutter convention.
This can likely be address with a quick command-line script and some regexs through the codebase.
See https://github.com/flutter/devtools/pull/2069#pullrequestreview-429012584 for context.
贡献指南
调研方向
首先在代码库中搜索 @2x.png 资源名称以及高分辨率资源选择逻辑。查看关联 pull request 的上下文,然后验证受影响的图标是否使用 2.0 目录约定,以及是否正确选择了高分辨率资源。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- dart, flutter
- 领域
- frontend, tooling
- Issue 类型
- 缺陷
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100