The devtools flame chart includes a large number of unneeded widgets
Đang mở
flame_chart
P3
screen: cpu profiler
- Ngôn ngữ chính
- Dart
- Star
- 1.7k
- Fork
- 404
- Merge trung bình
- 6 ngày 17 giờ
- Pull request đã merge (30 ngày)
- 18
Mô tả
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
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.