flutter / devtools

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

Redesign console UX #5039

Open polina-c opened 1 year ago

polina-c commented 1 year ago

Right now console is a plain list with expandable items. When an item is expanded, it is hard to navigate between items. The suggestion is to split the console vertically, so that items are narrow at the left, and details are at the right.

Current implementation: Image

Suggested implementation:

Image

polina-c commented 1 year ago

@kenzieschmoll

@melyndahoover