Skip to content

Commit

Permalink
Comment out the usage of the Flutter Outline view
Browse files Browse the repository at this point in the history
This resolves flutter#7778
  • Loading branch information
jwren committed Nov 11, 2024
1 parent 4b2d5bb commit 35afa69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -642,8 +642,8 @@
<codeInsight.lineMarkerProvider language="Dart" implementationClass="io.flutter.editor.FlutterIconLineMarkerProvider"/>
<errorHandler implementation="io.flutter.FlutterErrorReportSubmitter"/>

<toolWindow id="Flutter Outline" anchor="right" icon="FlutterIcons.FlutterDefault"
factoryClass="io.flutter.preview.PreviewViewFactory"/>
<!-- <toolWindow id="Flutter Outline" anchor="right" icon="FlutterIcons.FlutterDefault"-->
<!-- factoryClass="io.flutter.preview.PreviewViewFactory"/>-->
<projectService serviceImplementation="io.flutter.preview.PreviewView" overrides="false"/>

<toolWindow id="Flutter Inspector" anchor="right" icon="FlutterIcons.DevToolsInspector"
Expand Down
4 changes: 2 additions & 2 deletions resources/META-INF/plugin_template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,8 @@
<codeInsight.lineMarkerProvider language="Dart" implementationClass="io.flutter.editor.FlutterIconLineMarkerProvider"/>
<errorHandler implementation="io.flutter.FlutterErrorReportSubmitter"/>

<toolWindow id="Flutter Outline" anchor="right" icon="FlutterIcons.FlutterDefault"
factoryClass="io.flutter.preview.PreviewViewFactory"/>
<!-- <toolWindow id="Flutter Outline" anchor="right" icon="FlutterIcons.FlutterDefault"-->
<!-- factoryClass="io.flutter.preview.PreviewViewFactory"/>-->
<projectService serviceImplementation="io.flutter.preview.PreviewView" overrides="false"/>

<toolWindow id="Flutter Inspector" anchor="right" icon="FlutterIcons.DevToolsInspector"
Expand Down

0 comments on commit 35afa69

Please sign in to comment.