Unverified Commit cdbb1e60 authored by Kenzie Davisson's avatar Kenzie Davisson Committed by GitHub

Move Widget Inspector service extensions from DevTools to Flutter (#113861)

parent bd5ab248
...@@ -160,7 +160,7 @@ void main() { ...@@ -160,7 +160,7 @@ void main() {
tearDownAll(() async { tearDownAll(() async {
// See widget_inspector_test.dart for tests of the ext.flutter.inspector // See widget_inspector_test.dart for tests of the ext.flutter.inspector
// service extensions included in this count. // service extensions included in this count.
int widgetInspectorExtensionCount = 16; int widgetInspectorExtensionCount = 22;
if (WidgetInspectorService.instance.isWidgetCreationTracked()) { if (WidgetInspectorService.instance.isWidgetCreationTracked()) {
// Some inspector extensions are only exposed if widget creation locations // Some inspector extensions are only exposed if widget creation locations
// are tracked. // are tracked.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment