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