there is (-a, --android-language
):
flutter create <project_name> -a java
Same goes for the iOS language (-i, --ios-language
), which is swift
by default:
flutter create <project_name> --android-language java --ios-language objc
You can always view the help page using -h, --help
:
flutter create -h
Tags:
flutter