How to specify Native Language in Flutter Create?

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

Post a Comment

Previous Post Next Post

Subscribe Us


Get tutorials, Flutter news and other exclusive content delivered to your inbox. Join 1000+ growth-oriented Flutter developers subscribed to the newsletter

100% value, 0% spam. Unsubscribe anytime