멋쟁이 개발자의 블로그
[flutter/error] Unhandled Exception: PlatformException(channel-error, Unable to establish connection on channel.) 본문
Flutter/[Project] KioskApp
[flutter/error] Unhandled Exception: PlatformException(channel-error, Unable to establish connection on channel.)
y_MIN 2022. 12. 20. 21:401. 에러
- 장바구니 페이지 -> 결제 페이지로 넘어가는 과정에서 channel-error가 발생했다.
2. 원인
- firebase 관련 패키지가 최신 버전이 아니어서 발생하는 에러. firebase_core가 원인인 듯 했다.
3. 해결
3.0 아래 명령어를 터미널에 차례로 입력!
3.1 flutter pub upgrade outdated_package: 최신 버전이 아닌 패키지를 업그레이드
3.2 flutter clean: 라이브러리나 빌드 파일 등 제거
3.3 flutter pub get: pubspec.yaml 파일에 정의된 패키지들을 다시 가져옴
'Flutter > [Project] KioskApp' 카테고리의 다른 글
[flutter/error] Vertical viewport was given unbounded height. (2) | 2022.12.19 |
---|---|
프로젝트 개요 (0) | 2022.12.13 |