devtools
devtools copied to clipboard
Focus tree inspector
Similar to #1397 and #481, it would be helpful to have the inspector of focus nodes tree in a GUI like devtools, in addition to debugDumpFocusTree
Additional request for a focus management tool from a g3 customer.
@jacob314 and I created a hacky prototype:
This works by swapping out the widget inspector's diagnostics node to use the WidgetsBinding.focusManager instead.
TODO:
- We'll need to update device inspector selection to work for focus nodes
- The tree and console should use the focus node's debug name instead of
child N - More...