나의 발자취

Flutter 7회차 - puv.dev, 변수 설정 본문

카테고리 없음

Flutter 7회차 - puv.dev, 변수 설정

달모드 2022. 10. 29. 15:48

issue: 아래와 같은 경고메시지를 받고 toast가 안뜬다. 

[ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: MissingPluginException(No implementation found for method showToast on channel PonnamKarthik/fluttertoast)

https://stackoverflow.com/questions/62286575/how-to-solve-no-implementation-found-for-method-showtoast-in-flutter

위의 링크처럼 flutter clean을 해도 안되는 것이었다.

해결방법: 시뮬레이터를 크롬으로 하니까 되었다.

 

Comments