나의 발자취
Flutter 7회차 - puv.dev, 변수 설정 본문
issue: 아래와 같은 경고메시지를 받고 toast가 안뜬다.
[ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: MissingPluginException(No implementation found for method showToast on channel PonnamKarthik/fluttertoast)
위의 링크처럼 flutter clean을 해도 안되는 것이었다.
해결방법: 시뮬레이터를 크롬으로 하니까 되었다.
Comments