The devtools flame chart includes a large number of unneeded widgets
Open
flame_chart
P3
screen: cpu profiler
- Dominant language
- Dart
- Stars
- 1.7k
- Forks
- 404
- Avg merge
- 6d 17h
- Merged PRs (30d)
- 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
Contributor guide
Assessment
This issue has not been assessed yet.