투케이2K

250. (TWOK/ERROR) [Flutter] WebViewPlatform.instance != null..A platform implementation for webview 본문

투케이2K 에러관리

250. (TWOK/ERROR) [Flutter] WebViewPlatform.instance != null..A platform implementation for webview

투케이2K 2024. 6. 28. 17:32
반응형

[환경 설정 및 설명]

프로그램 : Flutter

설 명 : [Flutter] WebViewPlatform.instance != null..A platform implementation for webview

 

[에러 원인]

1. 플러터 웹뷰 로드에 필요한 플랫폼이 아닌 다른 플랫폼 (Ex : Chrome , Mac) 으로 수행 시 발생하는 이슈

WebViewPlatform.instance != null
"A platform implementation for `webview_flutter` has not been set. Please ensure that an implementation of `WebViewPlatform` has been set to `WebViewPlatform.instance` before use.
For unit testing, `WebViewPlatform.instance` can be set with your own test implementation."
 

[해결 방법]

1. 플러터 웹뷰 플랫폼 지원에 맞는 기기로 구동 수행 (Ex : Android, Ios)

 

반응형
Comments