8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54dc0c5 commit 3a6b087Copy full SHA for 3a6b087
example/scripts/project_tools.sh
@@ -17,7 +17,7 @@ function create() {
17
echo "Create flutter project: name=$FLUTTER_APP_PROJECT_NAME, org=$FLUTTER_APP_ORG ..."
18
flutter config --enable-macos-desktop
19
flutter config --enable-web
20
- flutter create --android-language java --androidx --ios-language objc --project-name $FLUTTER_APP_PROJECT_NAME --org $FLUTTER_APP_ORG .
+ flutter create --android-language java --ios-language objc --project-name $FLUTTER_APP_PROJECT_NAME --org $FLUTTER_APP_ORG .
21
a 46EC dd_permission_label
22
else
23
echo "Project [$FLUTTER_APP_PROJECT_NAME] already exists!"
0 commit comments