[Inspector V2] Implementation widgets erroneously included in widget tree [package:stager] #8802
Labels
inspector-2.0-polish
Polish work that can be tackled once Inspector 2.0 has landed.
P2
important to work on, but not at the top of the work list.
screen: inspector
I noticed when running the Property Editor, many widgets from the Flutter framework are being erroneously being considered widgets created by the local project, and therefore being included in the widget tree even when implementation widgets are hidden.
I don't see the same behavior when running DevTools itself, and my best guess why this is occurring is because we are running the Property Editor as a stager app.
Note: The implementation widgets are also included in the summary tree of the legacy inspector, so this is not unique to the new inspector.
The text was updated successfully, but these errors were encountered: