Skip to content

Commit 55f8b23

Browse files
authored
[CQ] remove removed InspectorGroupManagerService (#8125)
The `InspectorGroupManagerService` was removed a bit ago and this straggling `projectService` registration is dead. --- - [x] I’ve reviewed the contributor guide and applied the relevant portions to this PR. <details> <summary>Contribution guidelines:</summary><br> - See our [contributor guide]([https://github.com/dart-lang/sdk/blob/main/CONTRIBUTING.md](https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview) for general expectations for PRs. - Larger or significant changes should be discussed in an issue before creating a PR. - Dart contributions to our repos should follow the [Dart style guide](https://dart.dev/guides/language/effective-dart) and use `dart format`. - Java and Kotlin contributions should strive to follow Java and Kotlin best practices ([discussion](#8098)). </details>
1 parent 248600b commit 55f8b23

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

resources/META-INF/plugin.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -444,9 +444,6 @@
444444
<projectService serviceInterface="io.flutter.editor.ActiveEditorsOutlineService"
445445
serviceImplementation="io.flutter.editor.ActiveEditorsOutlineService"
446446
overrides="false"/>
447-
<projectService serviceInterface="io.flutter.inspector.InspectorGroupManagerService"
448-
serviceImplementation="io.flutter.inspector.InspectorGroupManagerService"
449-
overrides="false"/>
450447

451448
<iconProvider implementation="io.flutter.project.FlutterIconProvider" order="first"/>
452449

resources/META-INF/plugin_template.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -352,9 +352,6 @@
352352
<projectService serviceInterface="io.flutter.editor.ActiveEditorsOutlineService"
353353
serviceImplementation="io.flutter.editor.ActiveEditorsOutlineService"
354354
overrides="false"/>
355-
<projectService serviceInterface="io.flutter.inspector.InspectorGroupManagerService"
356-
serviceImplementation="io.flutter.inspector.InspectorGroupManagerService"
357-
overrides="false"/>
358355

359356
<iconProvider implementation="io.flutter.project.FlutterIconProvider" order="first"/>
360357

0 commit comments

Comments
 (0)