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

[✨] Provide default organization (com.example.PROJECT_NAME) #65

Open
yahu1031 opened this issue Feb 17, 2022 · 1 comment
Open

[✨] Provide default organization (com.example.PROJECT_NAME) #65

yahu1031 opened this issue Feb 17, 2022 · 1 comment
Assignees
Labels
all-platforms This is target to all platforms enhancement This is an enhancement to an existing feature. not so important This issue/feature is not so important for current releases. p4 This issue can be worked on whenever someone can

Comments

@yahu1031
Copy link
Contributor

Is your feature request related to a problem? Please describe.

Allow the user to continue with flutter project creation. Project organization fields must be optional. So let the user skip that part.

Describe the solution you'd like

if(_orgController.text.isEmpty || _orgController.text == '')
{
  orgName = 'com.example.$PROJECT_NAME'
} else {
  orgName = _orgController.text;
}
@yahu1031 yahu1031 added enhancement This is an enhancement to an existing feature. p2 This issue is important but not deadly all-platforms This is target to all platforms labels Feb 17, 2022
@yahu1031 yahu1031 assigned yahu1031 and ZiyadF296 and unassigned yahu1031 Feb 17, 2022
@ZiyadF296
Copy link
Member

Then app automatically assigns this name structure. Will make it skippable

@ZiyadF296 ZiyadF296 added not so important This issue/feature is not so important for current releases. p4 This issue can be worked on whenever someone can and removed p2 This issue is important but not deadly labels Feb 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
all-platforms This is target to all platforms enhancement This is an enhancement to an existing feature. not so important This issue/feature is not so important for current releases. p4 This issue can be worked on whenever someone can
Projects
None yet
Development

No branches or pull requests

2 participants