flutter / devtools

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

Show all DevTools pages in the sidebar #7947

Closed kenzieschmoll closed 3 months ago

kenzieschmoll commented 3 months ago

Work towards https://github.com/flutter/devtools/issues/7946.

Screenshot 2024-06-18 at 3 50 01 PM

This uses an adaptive layout so that the tools are condensed to a single column when the sidebar is very narrow. When no debug sessions are available, the DevTools tool is grayed out with a tooltip explaining why. sidebar-no-debug-sessionsScreenshot 2024-06-21 at 1 32 21 PM

kenzieschmoll commented 3 months ago

@DanTup this is ready for review.