728x90
Cannot run with sound null safety, because the following dependencies
이 에러는 사용하는 라이브러리버전 문제로 생긴 에러인거 같다.
해결방법
이 해결방법은 임시해결방법이다. 제대로 해결하려면 아마 라이브러리 버전 문제를 해결해야 할 것이다.
대부분 Android Studio로 flutter 작업을 하니깐 Android Studio 기준으로 임시해결방안을 알려드리겠습니다.
Android Studio > Run > Edit Configurations... 를 눌러줍니다.
Additional run args : --no-sound-null-safety 를 넣어주면 해결된다.
'Flutter > 오류해결' 카테고리의 다른 글
[Flutter] type 'List<dynamic>' is not a subtype of type 'List<String>' (0) | 2023.01.23 |
---|---|
Flutter) CERTIFICATE_VERIFY_FAILED 에러 해결방법 (2) | 2022.09.28 |
에러 'vector' file not found (0) | 2022.07.27 |
에러 'TensorFlowLiteC.h' file not found (0) | 2022.07.27 |
Flutter 각종 오류 해결모음집.. (0) | 2022.07.21 |