Skip to content

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

Description

@yahu1031

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;
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

all-platformsThis is target to all platformsenhancementThis is an enhancement to an existing feature.not so importantThis issue/feature is not so important for current releases.p4This issue can be worked on whenever someone can

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions