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
e303a7f7
Commit
e303a7f7
authored
Oct 07, 2016
by
Devon Carew
Committed by
GitHub
Oct 07, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add run configurations (#6243)
parent
94a83af5
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
37 additions
and
1 deletion
+37
-1
flutter_gallery.xml
.idea/runConfigurations/flutter_gallery.xml
+6
-0
flutter_tools.xml
.idea/runConfigurations/flutter_tools.xml
+6
-0
hello_world.xml
.idea/runConfigurations/hello_world.xml
+6
-0
hello_world.iml
examples/hello_world/hello_world.iml
+0
-1
flutter_tools.iml
packages/flutter_tools/flutter_tools.iml
+19
-0
No files found.
.idea/runConfigurations/flutter_gallery.xml
0 → 100644
View file @
e303a7f7
<component
name=
"ProjectRunConfigurationManager"
>
<configuration
default=
"false"
name=
"flutter_gallery"
type=
"FlutterRunConfigurationType"
factoryName=
"Flutter"
>
<option
name=
"filePath"
value=
"$PROJECT_DIR$/examples/flutter_gallery/lib/main.dart"
/>
<method
/>
</configuration>
</component>
\ No newline at end of file
.idea/runConfigurations/flutter_tools.xml
0 → 100644
View file @
e303a7f7
<component
name=
"ProjectRunConfigurationManager"
>
<configuration
default=
"false"
name=
"flutter_tools"
type=
"DartCommandLineRunConfigurationType"
factoryName=
"Dart Command Line Application"
>
<option
name=
"filePath"
value=
"$PROJECT_DIR$/packages/flutter_tools/bin/flutter_tools.dart"
/>
<method
/>
</configuration>
</component>
\ No newline at end of file
.idea/runConfigurations/hello_world.xml
0 → 100644
View file @
e303a7f7
<component
name=
"ProjectRunConfigurationManager"
>
<configuration
default=
"false"
name=
"hello_world"
type=
"FlutterRunConfigurationType"
factoryName=
"Flutter"
>
<option
name=
"filePath"
value=
"$PROJECT_DIR$/examples/hello_world/lib/main.dart"
/>
<method
/>
</configuration>
</component>
\ No newline at end of file
examples/hello_world/hello_world.iml
View file @
e303a7f7
...
...
@@ -4,7 +4,6 @@
<exclude-output
/>
<content
url=
"file://$MODULE_DIR$"
>
<excludeFolder
url=
"file://$MODULE_DIR$/.pub"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/build"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/packages"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/test/packages"
/>
</content>
...
...
packages/flutter_tools/flutter_tools.iml
0 → 100644
View file @
e303a7f7
<?xml version="1.0" encoding="UTF-8"?>
<module
type=
"WEB_MODULE"
version=
"4"
>
<component
name=
"NewModuleRootManager"
inherit-compiler-output=
"true"
>
<exclude-output
/>
<content
url=
"file://$MODULE_DIR$"
>
<excludeFolder
url=
"file://$MODULE_DIR$/.pub"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/bin/packages"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/packages"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/test/packages"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/test/src/ios/packages"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/test/src/packages"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/tool/packages"
/>
</content>
<orderEntry
type=
"inheritedJdk"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"library"
name=
"Dart SDK"
level=
"application"
/>
<orderEntry
type=
"library"
name=
"Dart Packages"
level=
"project"
/>
</component>
</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