Ambiguous organization in existing files:{ .... }. The --org command line argument must be specified to recreate project

2,283

Solution 1

choose the package name:

package_name = com.xxx

flutter create --org com.xxx .

Solution 2

run flutter create --org your_package_name project_name

Share:
2,283
Admin
Author by

Admin

Updated on December 19, 2022

Comments