The devtools flame chart includes a large number of unneeded widgets
Ouverte
flame_chart
P3
screen: cpu profiler
- Langage dominant
- Dart
- Étoiles
- 1.7k
- Forks
- 404
- Merge moyen
- 6 j 17 h
- PR mergées (30 j)
- 18
Description
There are a large number of empty Padding and SizedBox widgets in the flame chart. We should be able to optimize to eliminate all cases where we have 10 unneeded padding + sized boxes on a row without content. Technically we shouldn't need any padding or empty size boxes as the ExtentDelegateListView can define the spacing between widgets.

Fyi @kenzieschmoll
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.