flutter / flutter/devtools

The devtools flame chart includes a large number of unneeded widgets

Aperta
#2,332 2 commenti 0 reazioni 0 assegnatari Vedi su GitHub
flame_chart P3 screen: cpu profiler
Lingua principale
Dart
Stelle
1.7k
Fork
404
Merge medio
6g 17h
PR unite (30g)
18

Descrizione

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.
Screen Shot 2020-09-11 at 12 23 06 PM

Fyi @kenzieschmoll

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.