my Flutter Widget Inspector is showing an extremely detailed widget tree, with lots of apparently internal objects.
For example, when i nest a Scaffold in the MaterialApp Widget, i would expect to see just those two, but instead my widget tree looks like this:
Fooderlich->MaterialApp->ScrollConfiguration->HeroControllerScope->Focus->_FocusMarker->…
And the tree goes on and on.
Does somebody know, what could cause this? I found no related settings, even after a web search.
Hi jomoka,
thanks for your answer. I know about the select widget mode.
But there is certainly something wrong.
Here is a screenshot of a simple app containing only a scaffold, along with the Widget tree, the inspector is presenting me.
This can’t be normal and also according to the Flutter Apprentice book it shouldn’t look like that.