Skip to content

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

@yahu1031

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

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
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions