flutter / devtools

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

Resizing inspector when on widget detail tree causes window to change to layout explorer #7809

Open helin24 opened 2 months ago

helin24 commented 2 months ago

I noticed this while using the widget detail tree in embedded inspector, because I was hoping to make the inspector window wider to see more of the widget details tree. Once resized, the view always jumps to the layout explorer: resize_inspector

Incidentally, is it possible to click on the "..." at the top of the widget detail tree to navigate to see compressed higher level widgets?

Screenshot 2024-05-23 at 8 35 25 AM
kenzieschmoll commented 2 months ago

The tab selection issue is tracked here: https://github.com/flutter/devtools/issues/7739

The ... for the breadcrumb navigator is a separate issue though.