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

Running flutter create with a reserved keyword in org is not escaped #15631

Closed
idragon81 opened this issue Mar 16, 2018 · 3 comments
Closed

Running flutter create with a reserved keyword in org is not escaped #15631

idragon81 opened this issue Mar 16, 2018 · 3 comments
Labels
tool Affects the "flutter" command-line tool. See also t: labels.

Comments

@idragon81
Copy link

Running the following command
flutter create -akotlin --org="in.company.domain" flutter_app
is problematic.

MainActivity.kt is created with the following package
package in.company.domain
instead of
package `in`.company.domain

Which results in failed compilation

@jonahwilliams jonahwilliams self-assigned this Mar 16, 2018
@Hixie Hixie added the tool Affects the "flutter" command-line tool. See also t: labels. label Jun 12, 2018
@Hixie
Copy link
Contributor

Hixie commented Jun 12, 2018

@jonahwilliams I unassigned this from you since it looks like the assignment was stale.

@Hixie Hixie added this to the Stretch Goals milestone Jun 12, 2018
@zoechi
Copy link
Contributor

zoechi commented Jan 22, 2019

Duplicate of #16521
which has more activity

@zoechi zoechi closed this as completed Jan 22, 2019
@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
tool Affects the "flutter" command-line tool. See also t: labels.
Projects
None yet
Development

No branches or pull requests

4 participants