Delete unused icons from DevTools
オープン
fix it friday
P3
tech debt
- 主要言語
- Dart
- スター
- 1.7k
- フォーク
- 404
- 平均マージ
- 6日 17時間
- マージ済み PR(30日)
- 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