반응형
오류 상황
pubspec.yaml 파일에
다음과 같이 입력하니
the plugin `fluttertoast` uses a deprecated version of the android embedding.
~
라는 오류 발생.
해결
플러터 토스트 공식문서(https://pub.dev/packages/fluttertoast)를 통해 fluttertoast의 최신버전을 확인하고 버전을 높여 등록하였다.
오류 해결 완료.
반응형
'앱 프로그래밍 > Flutter' 카테고리의 다른 글
[오류해결] unhandled exception: user denied permissions to access the device's location. (7) | 2021.12.28 |
---|---|
[코딩셰프]플러터 강좌 내용 정리-9(반복문을 이용한 로또 번호 생성기 제작) (0) | 2021.12.28 |
[코딩셰프]플러터 강좌 내용 정리-8(코드 리팩토링) (0) | 2021.12.27 |
[코딩셰프]플러터 강좌 내용 정리-7(Navigator) (0) | 2021.12.25 |
[코딩셰프]플러터 강좌 내용 정리-6(Column widget과 Row widget의 이해) (0) | 2021.12.25 |
[코딩셰프]플러터 강좌 내용 정리-5(Container widget 이해) (0) | 2021.12.25 |