flutter / devtools

Performance tools for Flutter
https://flutter.dev/docs/development/tools/devtools/
BSD 3-Clause "New" or "Revised" License
1.53k stars 314 forks source link

[Inspector V2] Flatten the Inspector Tree #7886

Closed elliette closed 4 weeks ago

elliette commented 1 month ago

Fixes https://github.com/flutter/devtools/issues/7887#issue-2336351707

Flattens the widget tree by not indenting nodes that only have one child.

Before:

Screenshot 2024-06-04 at 4 48 28 PM

After:

Screenshot 2024-06-04 at 4 45 04 PM