Use RemoteDiagnosticNode.description
instead of RemoteDiagnosticNode.widgetRuntimeType
#8556
Labels
inspector-2.0-polish
Polish work that can be tackled once Inspector 2.0 has landed.
object inspector
P2
important to work on, but not at the top of the work list.
The JSON response for the widget tree currently contains a field titled
description
and a field titledwidgetRuntimeType
.However, the
widgetRuntimeType
can be computed from the description, which is what we are currently doing in the Flutter Widget Inspector.Examples:
Widget runtime type:
RootWidget
description:
[root]
Widget runtime type:
_InkFeatures
description:
_InkFeatures-[GlobalKey#af894 ink renderer]
The text was updated successfully, but these errors were encountered: