File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- Defines Android-supported IDE-specific contributions and implementations. -->
4
4
<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
-
26
5
</idea-plugin >
You can’t perform that action at this time.
0 commit comments