Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flutter "create" command - anyway to specify the bundle ID and the signing & capabilities team when creating project itself?

I am new to Flutter so maybe I am doing something wrong or missing something.

I am using MacOS.

Whenever I have to start a new Flutter project, I launch terminal and type:

flutter create my_project_name

Once done, I have open the my_project_name/iOS/Runner.xcworkspace in Xcode and manually change the bundle ID as well as set the Signing & Capabilitie team to my Apple Developer account name.

Is there a way to skip the extra steps? Aka is there a way to specify the bundle ID and the Signing & Capabilitie team in terminal itself when creating the flutter project?

like image 352
sudoExclaimationExclaimation Avatar asked Oct 30 '25 19:10

sudoExclaimationExclaimation


1 Answers

You can specify the org name and project name like this

flutter create --org com.somename yourapp

this will result in bundle id com.somename.yourapp For more you can check flutter create -h It will display all possible parameters. Not sure if you can set the developer identity.

like image 101
Kaushik Chandru Avatar answered Nov 02 '25 09:11

Kaushik Chandru



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!