Semantics tree inspector
Similar to https://github.com/flutter/devtools/issues/481
Would be really nice to have a way to view the semantics tree.
/cc @darrenaustin @goderbauer fyi
Is there maybe any chance in having this feature in the near future?
Some ideas from go/flutter-semantics
It would be good if the tool can reference an area of the screen to a semantics node as well as what widget or widget subtree that generates the semantics node. Some thing like a side by side screen, where semantics tree on one side and the running app on the other. When mouse hover a node on the semantics tree, the corresponding area of the running app will be highlighted.
Hello! bumping this, coming from react testing library it'd be great to take the same approach of writing tests based on accessibility metadata when developing flutter apps. Right now the only way I've found of getting the current semantic tree is through debugDumpSemanticsTree which is a rather basic dev experience.