방명록
- [Flutter] fluttertoast 라이브러리 사용시 만난 에러(error)2022년 01월 20일 23시 56분 30초에 업로드 된 글입니다.작성자: DandyNow728x90반응형
Error: Cannot run with sound null safety, because the following dependencies
The plugin `fluttertoast` uses a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android V2 embedding. Otherwise, consider removing it since a future release of Flutter will remove these deprecated APIs. If you are plugin author, take a look at the docs for migrating the plugin to the V2 embedding: https://flutter.dev/go/android-plugin-migration. Launching lib\main.dart on Android SDK built for x86 in debug mode... lib\main.dart:1 Error: Cannot run with sound null safety, because the following dependencies don't support null safety: - package:fluttertoast
fluttertoast 라이브러리를 사용할 때 위와 같은 에러를 만났다.
구글링 끝에 아래의 방법으로 해결하였다.
Flutter Run Additional Args에 "--no-sound-null-safety" 추가하여 해결
VS Code에서는 Manage → Settings → "Flutter Run Additional Args" 검색 → Add Item 클릭 후 아래의 내용을 추가하면 해결된다.
--no-sound-null-safety
728x90반응형'언어·프레임워크 > Flutter' 카테고리의 다른 글
[Flutter] "모두가 할 수 있는 플러터 UI 입문" - 스토어 앱 만들기 (0) 2022.02.01 [Flutter] "모두가 할 수 있는 플러터 UI 입문"과 함께한 Dart 기초 문법 요약정리 (0) 2022.01.31 [Flutter] fluttertoast 라이브러리 사용시 만난 에러(error) #2 (0) 2022.01.22 [Flutter] Flutter Layout 참고 자료 (0) 2022.01.21 [Flutter] 환경설정 중 만난 에러, 시간 먹는 괴물들~ (0) 2022.01.19 다음글이 없습니다.이전글이 없습니다.댓글