Skip to content

fix: org name with 2 parts in identifier Ex. com.example #280

@toufeeqahamedns

Description

@toufeeqahamedns

Description
org-name is not accepted when given a single identifier

Steps To Reproduce
For creating app with org name com.example we use very_good create --org-name com.example example but this creates an app with applicationId com.example.example which actually should have been com.example

If very_good create --org-name com example is used, it is not accepted as the identifier required 2 parts between .

flutter create --org com example creates the valid required applicationId com.example

Expected Behavior
very_good create --org-name com example should create an app with applicationId com.example

Metadata

Metadata

Labels

featureA new feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions