File tree Expand file tree Collapse file tree 3 files changed +32
-2
lines changed Expand file tree Collapse file tree 3 files changed +32
-2
lines changed Original file line number Diff line number Diff line change
1
+ <!-- Do not edit; instead, modify studio-contribs_template.xml, and run './bin/plugin generate'. -->
2
+
3
+ <!-- Defines Android-supported IDE-specific contributions and implementations. -->
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
+ </idea-plugin >
Original file line number Diff line number Diff line change 29
29
<depends >com.intellij.modules.lang</depends >
30
30
<depends >com.intellij.modules.xdebugger</depends >
31
31
<depends >org.jetbrains.plugins.yaml</depends >
32
- <depends >org.jetbrains.android</depends >
33
32
<depends >Dart</depends >
34
33
<depends >Git4Idea</depends >
35
34
43
42
<!-- Contributes Gemini Code Assist extensions. -->
44
43
<depends optional =" true" config-file =" gemini-contribs.xml" >com.google.tools.ij.aiplugin</depends >
45
44
45
+ <!-- Contributes Android-supported features and implementations. -->
46
+ <depends optional =" true" config-file =" android-contribs.xml" >org.jetbrains.android</depends >
47
+
46
48
<!-- Contributes Android Studio-specific features and implementations. -->
47
49
<!-- suppress PluginXmlValidity -->
48
50
<depends optional =" true" config-file =" studio-contribs.xml" >com.intellij.modules.androidstudio</depends >
Original file line number Diff line number Diff line change 27
27
<depends >com.intellij.modules.lang</depends >
28
28
<depends >com.intellij.modules.xdebugger</depends >
29
29
<depends >org.jetbrains.plugins.yaml</depends >
30
- <depends >org.jetbrains.android</depends >
31
30
<depends >Dart</depends >
32
31
<depends >Git4Idea</depends >
33
32
41
40
<!-- Contributes Gemini Code Assist extensions. -->
42
41
<depends optional =" true" config-file =" gemini-contribs.xml" >com.google.tools.ij.aiplugin</depends >
43
42
43
+ <!-- Contributes Android-supported features and implementations. -->
44
+ <depends optional =" true" config-file =" android-contribs.xml" >org.jetbrains.android</depends >
45
+
44
46
<!-- Contributes Android Studio-specific features and implementations. -->
45
47
<!-- suppress PluginXmlValidity -->
46
48
<depends optional =" true" config-file =" studio-contribs.xml" >@DEPEND@</depends >
You can’t perform that action at this time.
0 commit comments