Open Sten435 opened 6 months ago
And when you refresh the tree, then the state of the dropdown arrows need to persist.
Hi @Sten435. Just to clarify what feature you are requesting, are you requesting that the Flutter Inspector rows be collapsible, like Chrome DevTools?
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.
Any info on this ?
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: