Skip to content

Commit 7bae52b

Browse files
authored
[CQ] remove stale FlutterAppManager (#8165)
This service is unused. Discovered when migrating parent disposables in pursuit of #8107. --- - [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 2e8f9e8 commit 7bae52b

File tree

3 files changed

+0
-135
lines changed

3 files changed

+0
-135
lines changed

flutter-idea/src/io/flutter/run/FlutterAppManager.java

-131
This file was deleted.

resources/META-INF/plugin.xml

-2
Original file line numberDiff line numberDiff line change
@@ -446,8 +446,6 @@
446446

447447
<projectService serviceImplementation="io.flutter.run.FlutterReloadManager" overrides="false"/>
448448
<projectService serviceImplementation="io.flutter.editor.FlutterSaveActionsManager" overrides="false"/>
449-
<projectService serviceImplementation="io.flutter.run.FlutterAppManager" overrides="false"/>
450-
451449
<projectService serviceImplementation="io.flutter.editor.ActiveEditorsOutlineService" overrides="false"/>
452450

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

resources/META-INF/plugin_template.xml

-2
Original file line numberDiff line numberDiff line change
@@ -348,8 +348,6 @@
348348

349349
<projectService serviceImplementation="io.flutter.run.FlutterReloadManager" overrides="false"/>
350350
<projectService serviceImplementation="io.flutter.editor.FlutterSaveActionsManager" overrides="false"/>
351-
<projectService serviceImplementation="io.flutter.run.FlutterAppManager" overrides="false"/>
352-
353351
<projectService serviceImplementation="io.flutter.editor.ActiveEditorsOutlineService" overrides="false"/>
354352

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

0 commit comments

Comments
 (0)