mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Merge pull request #2644 from devoncarew/project_creation
add an atom launch config to the starter app
This commit is contained in:
commit
79d6bf6d08
@ -150,8 +150,7 @@ Future<int> setupXcodeProjectHarness(String flutterProjectPath) async {
|
|||||||
revisionFile.writeAsStringSync(ArtifactStore.engineRevision);
|
revisionFile.writeAsStringSync(ArtifactStore.engineRevision);
|
||||||
|
|
||||||
// Step 5: Tell the user the location of the generated project.
|
// Step 5: Tell the user the location of the generated project.
|
||||||
printStatus('Xcode project created at $xcodeprojPath/.');
|
printStatus('Xcode project created in $iosFilesPath/.');
|
||||||
printStatus('User editable settings are in $iosFilesPath/.');
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
@ -0,0 +1,10 @@
|
|||||||
|
# Flutter launch configuration for lib/main.dart.
|
||||||
|
type: flutter
|
||||||
|
path: lib/main.dart
|
||||||
|
|
||||||
|
flutter:
|
||||||
|
checked: true
|
||||||
|
debug: true
|
||||||
|
route:
|
||||||
|
# Additional args for the flutter run command:
|
||||||
|
args:
|
Loading…
Reference in New Issue
Block a user