I don't have consistent repro steps for this, but we should be able to do something to fail gracefully. The fix will actually be in the flutter repo, not devtools @jacob314
======== Exception caught by Flutter framework =====================================================
The following _CastError was thrown during a service extension callback for "ext.flutter.inspector.getRootWidgetSummaryTree":
Null check operator used on a null value
When the exception was thrown, this was the stack:
#0 WidgetInspectorService._registerObjectGroupServiceExtension.<anonymous closure> (package:flutter/src/widgets/widget_inspector.dart:793:84)
#1 WidgetInspectorService._registerObjectGroupServiceExtension.<anonymous closure> (package:flutter/src/widgets/widget_inspector.dart:792:17)
#2 BindingBase.registerServiceExtension.<anonymous closure> (package:flutter/src/foundation/binding.dart:597:32)
<asynchronous suspension>
====================================================================================================
I don't have consistent repro steps for this, but we should be able to do something to fail gracefully. The fix will actually be in the flutter repo, not devtools @jacob314