Skip to content

Commit 56e3f10

Browse files
committed
⏪️ Restore android-contribs.xml
1 parent 18f21da commit 56e3f10

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

resources/META-INF/android-contribs.xml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,4 @@
22

33
<!-- Defines Android-supported IDE-specific contributions and implementations. -->
44
<idea-plugin>
5-
<actions>
6-
7-
<!-- Define the 'New Flutter Project' menu item -->
8-
<!--suppress PluginXmlI18n -->
9-
<action id="flutter.NewProject" class="io.flutter.actions.FlutterNewProjectAction"
10-
text="New Flutter Project..."
11-
description="Create a new Flutter project">
12-
<add-to-group group-id="JavaNewProjectOrModuleGroup" anchor="after" relative-to-action="NewProject"/>
13-
</action>
14-
15-
<!-- The icon isn't being used here, but it is set by the action -->
16-
<!--suppress PluginXmlI18n -->
17-
<action id="flutter.NewProject.welcome" class="io.flutter.actions.FlutterNewProjectAction"
18-
text="Create New Flutter Project"
19-
icon="FlutterIcons.Flutter"
20-
description="Create a new Flutter project">
21-
<add-to-group group-id="WelcomeScreen.QuickStart" anchor="first"/>
22-
</action>
23-
24-
</actions>
25-
265
</idea-plugin>

0 commit comments

Comments
 (0)