티스토리 뷰
Flutter getx 패키를 사용하고 있는데, 그중에 모듈을 자동으로 생성해주는
get_cli 을 잘사용하고 있다.
그런데 어느날 갑자기 아래와 같은 에러가 나왔다.
Synchronous waiting using dart:cli waitFor and C API Dart\_WaitForEvent is deprecated and disabled by default. This feature will be fully removed in Dart 3.4 release. You can currently still enable it by passing --enable\_deprecated\_wait\_for to the Dart VM. See [https://dartbug.com/52121.](https://dartbug.com/52121.)
현재 아직 해결방법은 없고 get_cli 가 패치를 하던지, flutter 를 다운그레이드 하는 방법이 있다.
flutter 다운그레이드는 말도 안되는 것이고, get_cli 는 내가 어찌 할수 없는 것인데,
임시로 해결 방법이 있어 공유합니다.
flutter pub global activate --source=git https://github.com/inyong1/get_cli.git
'개발 > Dart & Flutter' 카테고리의 다른 글
[Android] 스토어 배포 경고 (디버그 기호 업로드) (0) | 2024.07.09 |
---|---|
flutter 안드로이드 타켓팅 대응 (4) | 2024.07.09 |
flutter 문제 (0) | 2023.08.06 |
freezed.dart, g.dart 파일 하나로 합치기 (0) | 2023.04.22 |
[flutter] 안드로이드 빌드시 해두면 좋은 설정들 (0) | 2023.02.28 |
댓글