Flutter

[Flutter] [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: MissingPluginException

에릭 Kim 2022. 9. 27. 19:10
반응형

플러터로 개발을 하다보면 다음과 같은 에러를 만날 수 있습니다 !!  

 

[ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: 

MissingPluginException(No implementation found for method zonedSchedule 

on channel dexterous.com/flutter/local_notifications)

 

도대체 에러가 날 부분이 없는데도 이러한 에러가 발생하여서 의아했고 구글링을 해보니

플러그인 설정을 바꾸라느니 에러 해결과 직접적인 관련이 없어 보이는 글들만 볼 수 있습니다 !! 

 

하지만 이 에러는 단순히 에뮬레이터를 껐다가 다시 실행하면 해결하실 수 있습니다. 

 

만약 애뮬레이터를 껐다가 다시 실행해도 안된다면, 설치되어 있는 어플 자체를 삭제하고 다시 빌드를 해보시면 됩니당 :) 

반응형