flutter / devtools

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

The ability to change the view of the inspector like chrome dev tools. #7777

Open Sten435 opened 6 months ago

Sten435 commented 6 months ago

The ability to change the inspector tree from a tree to The inspector view. Like chrome devtools (html)

This is waaay easier to read and navigate arround. Then the infinite scrolling hell in the current form.

Example:

image

Sten435 commented 6 months ago

And when you refresh the tree, then the state of the dropdown arrows need to persist.

kenzieschmoll commented 6 months ago

Hi @Sten435. Just to clarify what feature you are requesting, are you requesting that the Flutter Inspector rows be collapsible, like Chrome DevTools?

Sten435 commented 6 months ago

Hi @Sten435. Just to clarify what feature you are requesting, are you requesting that the Flutter Inspector rows be collapsible, like Chrome DevTools?

Yes and no,

The three should look more mike the web/html one.

For example:

In html you can see the attributes inside the tags. Attributes do not exist but they can be replaced by all the propperties of the widget and ir state, so the user does not have to hover over it.

The tree should have open and closing tags so its easier to see in the tree.

And there should be less space between the widgets. Now there is a big horizontal and vertical scrollbar. And that's not the case in the html dev tools.

Sten435 commented 1 month ago

Any info on this ?