Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
fc2f3b4f
Unverified
Commit
fc2f3b4f
authored
Nov 29, 2017
by
Greg Spencer
Committed by
GitHub
Nov 29, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated run configurations with catalog examples. (#13099)
parent
e91b9914
Changes
26
Hide whitespace changes
Inline
Side-by-side
Showing
26 changed files
with
80 additions
and
20 deletions
+80
-20
main.dart
examples/catalog/lib/main.dart
+10
-1
catalog___animated_list.xml.copy.tmpl
...a/runConfigurations/catalog___animated_list.xml.copy.tmpl
+6
-0
catalog___app_bar_bottom.xml.copy.tmpl
.../runConfigurations/catalog___app_bar_bottom.xml.copy.tmpl
+6
-0
catalog___basic_app_bar.xml.copy.tmpl
...a/runConfigurations/catalog___basic_app_bar.xml.copy.tmpl
+6
-0
catalog___custom_semantics.xml.copy.tmpl
...unConfigurations/catalog___custom_semantics.xml.copy.tmpl
+6
-0
catalog___expansion_tile_sample.xml.copy.tmpl
...figurations/catalog___expansion_tile_sample.xml.copy.tmpl
+6
-0
catalog___tabbed_app_bar.xml.copy.tmpl
.../runConfigurations/catalog___tabbed_app_bar.xml.copy.tmpl
+6
-0
bots.iml.copy.tmpl
..._tools/ide_templates/intellij/dev/bots/bots.iml.copy.tmpl
+1
-0
devicelab.iml.copy.tmpl
..._templates/intellij/dev/devicelab/devicelab.iml.copy.tmpl
+1
-0
manual_tests.iml.copy.tmpl
...ates/intellij/dev/manual_tests/manual_tests.iml.copy.tmpl
+1
-2
tools.iml.copy.tmpl
...ools/ide_templates/intellij/dev/tools/tools.iml.copy.tmpl
+1
-0
catalog.iml.copy.tmpl
...templates/intellij/examples/catalog/catalog.iml.copy.tmpl
+0
-3
flutter_gallery.iml.copy.tmpl
...ij/examples/flutter_gallery/flutter_gallery.iml.copy.tmpl
+2
-1
flutter_view.iml.copy.tmpl
...intellij/examples/flutter_view/flutter_view.iml.copy.tmpl
+1
-1
hello_world.iml.copy.tmpl
...s/intellij/examples/hello_world/hello_world.iml.copy.tmpl
+2
-1
layers.iml.copy.tmpl
...e_templates/intellij/examples/layers/layers.iml.copy.tmpl
+1
-8
platform_channel.iml.copy.tmpl
.../examples/platform_channel/platform_channel.iml.copy.tmpl
+1
-0
platform_channel_swift.iml.copy.tmpl
...atform_channel_swift/platform_channel_swift.iml.copy.tmpl
+1
-0
android.iml.copy.tmpl
...tes/intellij/examples/platform_view/android.iml.copy.tmpl
+15
-1
full_platform_view.iml.copy.tmpl
...j/examples/platform_view/full_platform_view.iml.copy.tmpl
+1
-0
stocks.iml.copy.tmpl
...e_templates/intellij/examples/stocks/stocks.iml.copy.tmpl
+1
-2
flutter.iml.copy.tmpl
...templates/intellij/packages/flutter/flutter.iml.copy.tmpl
+1
-0
flutter_driver.iml.copy.tmpl
...llij/packages/flutter_driver/flutter_driver.iml.copy.tmpl
+1
-0
flutter_localizations.iml.copy.tmpl
...flutter_localizations/flutter_localizations.iml.copy.tmpl
+1
-0
flutter_test.iml.copy.tmpl
...intellij/packages/flutter_test/flutter_test.iml.copy.tmpl
+1
-0
flutter_tools.iml.copy.tmpl
...tellij/packages/flutter_tools/flutter_tools.iml.copy.tmpl
+1
-0
No files found.
examples/catalog/lib/main.dart
View file @
fc2f3b4f
...
@@ -4,4 +4,13 @@
...
@@ -4,4 +4,13 @@
import
'package:flutter/widgets.dart'
;
import
'package:flutter/widgets.dart'
;
void
main
(
)
=>
runApp
(
const
Center
(
child:
const
Text
(
'flutter run -t lib/xxx.dart'
)));
void
main
(
)
{
runApp
(
const
Directionality
(
textDirection:
TextDirection
.
ltr
,
child:
const
Center
(
child:
const
Text
(
'flutter run -t lib/xxx.dart'
),
),
),
);
}
packages/flutter_tools/ide_templates/intellij/.idea/runConfigurations/catalog.xml.copy.tmpl
→
packages/flutter_tools/ide_templates/intellij/.idea/runConfigurations/catalog
___animated_list
.xml.copy.tmpl
View file @
fc2f3b4f
<component name="ProjectRunConfigurationManager">
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="catalog" type="FlutterRunConfigurationType" factoryName="Flutter">
<configuration default="false" name="catalog
- animated_list
" type="FlutterRunConfigurationType" factoryName="Flutter">
<option name="filePath" value="$PROJECT_DIR$/examples/catalog/lib/
main
.dart" />
<option name="filePath" value="$PROJECT_DIR$/examples/catalog/lib/
animated_list
.dart" />
<method />
<method />
</configuration>
</configuration>
</component>
</component>
\ No newline at end of file
packages/flutter_tools/ide_templates/intellij/.idea/runConfigurations/catalog___app_bar_bottom.xml.copy.tmpl
0 → 100644
View file @
fc2f3b4f
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="catalog - app_bar_bottom" type="FlutterRunConfigurationType" factoryName="Flutter">
<option name="filePath" value="$PROJECT_DIR$/examples/catalog/lib/app_bar_bottom.dart" />
<method />
</configuration>
</component>
\ No newline at end of file
packages/flutter_tools/ide_templates/intellij/.idea/runConfigurations/catalog___basic_app_bar.xml.copy.tmpl
0 → 100644
View file @
fc2f3b4f
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="catalog - basic_app_bar" type="FlutterRunConfigurationType" factoryName="Flutter">
<option name="filePath" value="$PROJECT_DIR$/examples/catalog/lib/basic_app_bar.dart" />
<method />
</configuration>
</component>
\ No newline at end of file
packages/flutter_tools/ide_templates/intellij/.idea/runConfigurations/catalog___custom_semantics.xml.copy.tmpl
0 → 100644
View file @
fc2f3b4f
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="catalog - custom_semantics" type="FlutterRunConfigurationType" factoryName="Flutter">
<option name="filePath" value="$PROJECT_DIR$/examples/catalog/lib/custom_semantics.dart" />
<method />
</configuration>
</component>
\ No newline at end of file
packages/flutter_tools/ide_templates/intellij/.idea/runConfigurations/catalog___expansion_tile_sample.xml.copy.tmpl
0 → 100644
View file @
fc2f3b4f
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="catalog - expansion_tile_sample" type="FlutterRunConfigurationType" factoryName="Flutter">
<option name="filePath" value="$PROJECT_DIR$/examples/catalog/lib/expansion_tile_sample.dart" />
<method />
</configuration>
</component>
\ No newline at end of file
packages/flutter_tools/ide_templates/intellij/.idea/runConfigurations/catalog___tabbed_app_bar.xml.copy.tmpl
0 → 100644
View file @
fc2f3b4f
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="catalog - tabbed_app_bar" type="FlutterRunConfigurationType" factoryName="Flutter">
<option name="filePath" value="$PROJECT_DIR$/examples/catalog/lib/tabbed_app_bar.dart" />
<method />
</configuration>
</component>
\ No newline at end of file
packages/flutter_tools/ide_templates/intellij/dev/bots/bots.iml.copy.tmpl
View file @
fc2f3b4f
...
@@ -10,5 +10,6 @@
...
@@ -10,5 +10,6 @@
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"library"
name=
"Dart SDK"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart SDK"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart Packages"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart Packages"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Flutter Plugins"
level=
"project"
/>
</component>
</component>
</module>
</module>
\ No newline at end of file
packages/flutter_tools/ide_templates/intellij/dev/devicelab/devicelab.iml.copy.tmpl
View file @
fc2f3b4f
...
@@ -10,5 +10,6 @@
...
@@ -10,5 +10,6 @@
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"library"
name=
"Dart SDK"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart SDK"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart Packages"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart Packages"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Flutter Plugins"
level=
"project"
/>
</component>
</component>
</module>
</module>
\ No newline at end of file
packages/flutter_tools/ide_templates/intellij/dev/manual_tests/manual_tests.iml.copy.tmpl
View file @
fc2f3b4f
...
@@ -6,11 +6,10 @@
...
@@ -6,11 +6,10 @@
<excludeFolder
url=
"file://$MODULE_DIR$/.idea"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/.idea"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/.pub"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/.pub"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/build"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/build"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/packages"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/test/packages"
/>
</content>
</content>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"library"
name=
"Dart SDK"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart SDK"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart Packages"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart Packages"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Flutter Plugins"
level=
"project"
/>
</component>
</component>
</module>
</module>
\ No newline at end of file
packages/flutter_tools/ide_templates/intellij/dev/tools/tools.iml.copy.tmpl
View file @
fc2f3b4f
...
@@ -10,5 +10,6 @@
...
@@ -10,5 +10,6 @@
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"library"
name=
"Dart SDK"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart SDK"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart Packages"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart Packages"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Flutter Plugins"
level=
"project"
/>
</component>
</component>
</module>
</module>
\ No newline at end of file
packages/flutter_tools/ide_templates/intellij/examples/catalog/catalog.iml.copy.tmpl
View file @
fc2f3b4f
...
@@ -5,10 +5,7 @@
...
@@ -5,10 +5,7 @@
<content
url=
"file://$MODULE_DIR$"
>
<content
url=
"file://$MODULE_DIR$"
>
<excludeFolder
url=
"file://$MODULE_DIR$/.idea"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/.idea"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/.pub"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/.pub"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/bin/packages"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/build"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/build"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/packages"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/test/packages"
/>
</content>
</content>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"library"
name=
"Dart SDK"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart SDK"
level=
"project"
/>
...
...
packages/flutter_tools/ide_templates/intellij/examples/flutter_gallery/flutter_gallery.iml.copy.tmpl
View file @
fc2f3b4f
...
@@ -10,5 +10,6 @@
...
@@ -10,5 +10,6 @@
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"library"
name=
"Dart Packages"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart Packages"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart SDK"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart SDK"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Flutter Plugins"
level=
"project"
/>
</component>
</component>
</module>
</module>
\ No newline at end of file
packages/flutter_tools/ide_templates/intellij/examples/flutter_view/flutter_view.iml.copy.tmpl
View file @
fc2f3b4f
...
@@ -6,10 +6,10 @@
...
@@ -6,10 +6,10 @@
<excludeFolder
url=
"file://$MODULE_DIR$/.idea"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/.idea"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/.pub"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/.pub"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/build"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/build"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/packages"
/>
</content>
</content>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"library"
name=
"Dart SDK"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart SDK"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart Packages"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart Packages"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Flutter Plugins"
level=
"project"
/>
</component>
</component>
</module>
</module>
\ No newline at end of file
packages/flutter_tools/ide_templates/intellij/examples/hello_world/hello_world.iml.copy.tmpl
View file @
fc2f3b4f
...
@@ -10,5 +10,6 @@
...
@@ -10,5 +10,6 @@
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"library"
name=
"Dart Packages"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart Packages"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart SDK"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart SDK"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Flutter Plugins"
level=
"project"
/>
</component>
</component>
</module>
</module>
\ No newline at end of file
packages/flutter_tools/ide_templates/intellij/examples/layers/layers.iml.copy.tmpl
View file @
fc2f3b4f
...
@@ -6,17 +6,10 @@
...
@@ -6,17 +6,10 @@
<excludeFolder
url=
"file://$MODULE_DIR$/.idea"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/.idea"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/.pub"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/.pub"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/build"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/build"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/packages"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/test/packages"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/test/smoketests/lib/packages"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/test/smoketests/packages"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/test/smoketests/raw/packages"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/test/smoketests/rendering/packages"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/test/smoketests/services/packages"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/test/smoketests/widgets/packages"
/>
</content>
</content>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"library"
name=
"Dart SDK"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart SDK"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart Packages"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart Packages"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Flutter Plugins"
level=
"project"
/>
</component>
</component>
</module>
</module>
\ No newline at end of file
packages/flutter_tools/ide_templates/intellij/examples/platform_channel/platform_channel.iml.copy.tmpl
View file @
fc2f3b4f
...
@@ -10,5 +10,6 @@
...
@@ -10,5 +10,6 @@
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"library"
name=
"Dart SDK"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart SDK"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart Packages"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart Packages"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Flutter Plugins"
level=
"project"
/>
</component>
</component>
</module>
</module>
\ No newline at end of file
packages/flutter_tools/ide_templates/intellij/examples/platform_channel_swift/platform_channel_swift.iml.copy.tmpl
View file @
fc2f3b4f
...
@@ -10,5 +10,6 @@
...
@@ -10,5 +10,6 @@
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"library"
name=
"Dart SDK"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart SDK"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart Packages"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart Packages"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Flutter Plugins"
level=
"project"
/>
</component>
</component>
</module>
</module>
\ No newline at end of file
packages/flutter_tools/ide_templates/intellij/examples/platform_view/android.iml.copy.tmpl
View file @
fc2f3b4f
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<module
type=
"JAVA_MODULE"
version=
"4"
>
<module
type=
"JAVA_MODULE"
version=
"4"
>
<component
name=
"FacetManager"
>
<facet
type=
"android"
name=
"Android"
>
<configuration>
<option
name=
"GEN_FOLDER_RELATIVE_PATH_APT"
value=
"/android/gen"
/>
<option
name=
"GEN_FOLDER_RELATIVE_PATH_AIDL"
value=
"/android/gen"
/>
<option
name=
"MANIFEST_FILE_RELATIVE_PATH"
value=
"/android/AndroidManifest.xml"
/>
<option
name=
"RES_FOLDER_RELATIVE_PATH"
value=
"/android/res"
/>
<option
name=
"ASSETS_FOLDER_RELATIVE_PATH"
value=
"/android/assets"
/>
<option
name=
"LIBS_FOLDER_RELATIVE_PATH"
value=
"/android/libs"
/>
<option
name=
"PROGUARD_LOGS_FOLDER_RELATIVE_PATH"
value=
"/android/proguard_logs"
/>
</configuration>
</facet>
</component>
<component
name=
"NewModuleRootManager"
inherit-compiler-output=
"true"
>
<component
name=
"NewModuleRootManager"
inherit-compiler-output=
"true"
>
<exclude-output
/>
<exclude-output
/>
<content
url=
"file://$MODULE_DIR$/android"
>
<content
url=
"file://$MODULE_DIR$/android"
>
<sourceFolder
url=
"file://$MODULE_DIR$/android/app/src/main/java"
isTestSource=
"false"
/>
<sourceFolder
url=
"file://$MODULE_DIR$/android/app/src/main/java"
isTestSource=
"false"
/>
<sourceFolder
url=
"file://$MODULE_DIR$/android/gen"
isTestSource=
"false"
generated=
"true"
/>
</content>
</content>
<orderEntry
type=
"jdk"
jdkName=
"Android API 25 Platform"
jdkType=
"Android SDK"
/>
<orderEntry
type=
"jdk"
jdkName=
"Android API 25 Platform"
jdkType=
"Android SDK"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"library"
name=
"Flutter for Android"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Flutter for Android"
level=
"project"
/>
</component>
</component>
</module>
</module>
\ No newline at end of file
packages/flutter_tools/ide_templates/intellij/examples/platform_view/full_platform_view.iml.copy.tmpl
View file @
fc2f3b4f
...
@@ -10,5 +10,6 @@
...
@@ -10,5 +10,6 @@
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"library"
name=
"Dart SDK"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart SDK"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart Packages"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart Packages"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Flutter Plugins"
level=
"project"
/>
</component>
</component>
</module>
</module>
\ No newline at end of file
packages/flutter_tools/ide_templates/intellij/examples/stocks/stocks.iml.copy.tmpl
View file @
fc2f3b4f
...
@@ -6,11 +6,10 @@
...
@@ -6,11 +6,10 @@
<excludeFolder
url=
"file://$MODULE_DIR$/.idea"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/.idea"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/.pub"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/.pub"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/build"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/build"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/packages"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/test/packages"
/>
</content>
</content>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"library"
name=
"Dart SDK"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart SDK"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart Packages"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart Packages"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Flutter Plugins"
level=
"project"
/>
</component>
</component>
</module>
</module>
\ No newline at end of file
packages/flutter_tools/ide_templates/intellij/packages/flutter/flutter.iml.copy.tmpl
View file @
fc2f3b4f
...
@@ -10,5 +10,6 @@
...
@@ -10,5 +10,6 @@
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"library"
name=
"Dart SDK"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart SDK"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart Packages"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart Packages"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Flutter Plugins"
level=
"project"
/>
</component>
</component>
</module>
</module>
\ No newline at end of file
packages/flutter_tools/ide_templates/intellij/packages/flutter_driver/flutter_driver.iml.copy.tmpl
View file @
fc2f3b4f
...
@@ -10,5 +10,6 @@
...
@@ -10,5 +10,6 @@
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"library"
name=
"Dart SDK"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart SDK"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart Packages"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart Packages"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Flutter Plugins"
level=
"project"
/>
</component>
</component>
</module>
</module>
\ No newline at end of file
packages/flutter_tools/ide_templates/intellij/packages/flutter_localizations/flutter_localizations.iml.copy.tmpl
View file @
fc2f3b4f
...
@@ -10,5 +10,6 @@
...
@@ -10,5 +10,6 @@
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"library"
name=
"Dart SDK"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart SDK"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart Packages"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart Packages"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Flutter Plugins"
level=
"project"
/>
</component>
</component>
</module>
</module>
\ No newline at end of file
packages/flutter_tools/ide_templates/intellij/packages/flutter_test/flutter_test.iml.copy.tmpl
View file @
fc2f3b4f
...
@@ -10,5 +10,6 @@
...
@@ -10,5 +10,6 @@
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"library"
name=
"Dart SDK"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart SDK"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart Packages"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart Packages"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Flutter Plugins"
level=
"project"
/>
</component>
</component>
</module>
</module>
\ No newline at end of file
packages/flutter_tools/ide_templates/intellij/packages/flutter_tools/flutter_tools.iml.copy.tmpl
View file @
fc2f3b4f
...
@@ -24,5 +24,6 @@
...
@@ -24,5 +24,6 @@
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"library"
name=
"Dart SDK"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart SDK"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart Packages"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Dart Packages"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Flutter Plugins"
level=
"project"
/>
</component>
</component>
</module>
</module>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment