Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: Support for choosing bundle ID #1339

Closed
alantbarlow opened this issue Dec 7, 2018 · 3 comments
Closed

Suggestion: Support for choosing bundle ID #1339

alantbarlow opened this issue Dec 7, 2018 · 3 comments
Labels
in flutter Relates to running Flutter apps is enhancement
Milestone

Comments

@alantbarlow
Copy link

when you create a new project using VS Code, it only asks where you want to save it and what the name of the project should be. it should also ask you what the bundle id should be as well.

@DanTup
Copy link
Member

DanTup commented Dec 10, 2018

The bundle ID is generated by the Flutter tools from the organisation and your project name. For example:

flutter create my_app --org com.dantup

Results in a bundle Id of com.dantup.my_app. You can set the organisation VS Code uses with the dart.flutterCreateOrganization setting.

Does this address your needs? If not, we'd first need to have Flutter updated to allow passing the bundle ID from the command line args.

@DanTup DanTup added the awaiting info Requires more information from the customer to progress label Dec 10, 2018
@gabrc52
Copy link

gabrc52 commented Jan 6, 2019

This could be made more discoverable: it should prompt for the organization at least the first time an app is created with the extension.

@DanTup
Copy link
Member

DanTup commented Jan 7, 2019

This is a little related to #1153 which is to see if we can allow easy access of additional options during Flutter: New Project. I haven't had chance to full investigate yet though.

@DanTup DanTup added is enhancement in flutter Relates to running Flutter apps labels Jan 7, 2019
@DanTup DanTup added this to the On Deck milestone Jan 7, 2019
@DanTup DanTup removed the awaiting info Requires more information from the customer to progress label Jan 7, 2019
@DanTup DanTup modified the milestones: On Deck, Backlog Jul 18, 2019
@DanTup DanTup modified the milestones: Backlog, v3.26.0 Aug 25, 2021
@DanTup DanTup closed this as completed in bd3d7e5 Aug 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in flutter Relates to running Flutter apps is enhancement
Projects
None yet
Development

No branches or pull requests

3 participants