Unverified Commit e49a9661 authored by Mikkel Nygaard Ravn's avatar Mikkel Nygaard Ravn Committed by GitHub

Await writing local props to complete (#18110)

parent 3d7d9680
...@@ -260,7 +260,7 @@ To edit platform code in an IDE see https://flutter.io/platform-plugins/#edit-co ...@@ -260,7 +260,7 @@ To edit platform code in an IDE see https://flutter.io/platform-plugins/#edit-co
); );
} }
if (android_sdk.androidSdk != null) if (android_sdk.androidSdk != null)
gradle.updateLocalProperties(projectPath: dirPath); await gradle.updateLocalProperties(projectPath: dirPath);
final String projectName = templateContext['projectName']; final String projectName = templateContext['projectName'];
final String organization = templateContext['organization']; final String organization = templateContext['organization'];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment