문제
플러터 웹을 위해 flutter create . 커맨드를 입력했을 때 아래와 같은 에러가 발생
Ambiguous organization in existing files: {org.lingory, org.languageapp}.
The --org command line argument must be specified to recreate project.
yusang@bag-yusang-ui-iMac lingory % flutter create org.lingory
"org.lingory" is not a valid Dart package name.
해결
flutter create --org appName ./
해당 구문을 터미널에 입력
'Flutter > Flutter Issue' 카테고리의 다른 글
[Flutter] 플러터 2.0 null-safety 이해하기 (3) | 2021.05.01 |
---|---|
[플러터] curl: (3) URL using bad/illegal format or missing URL (0) | 2021.04.13 |
[플러터 이슈해결] upgrade시 흔히 발생하는 오류 (0) | 2021.01.05 |
[플러터] initState, dispose를 불러오지 않는 경우 (0) | 2020.12.24 |
[Flutter 이슈해결] FirebaseException([core/no-app] (0) | 2020.10.15 |