Issue: Platform Implementation Not Set for flutter_inappwebview on macOS and Windows #2487
priyankvirani
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am encountering the following error when using the flutter_inappwebview package in my Flutter project targeting macOS and Windows:
A platform implementation for
flutter_inappwebview
has not been set. Please ensure that an implementation ofInAppWebViewPlatform
has been set toInAppWebViewPlatform.instance
before use. For unit testing,InAppWebViewPlatform.instance
can be set with your own test implementation.'package:flutter_inappwebview_platform_interface/src/in_app_webview/platform_inappwebview_widget.dart':
Failed assertion: line 202 pos 7: 'InAppWebViewPlatform.instance != null'
Steps to Reproduce:
Beta Was this translation helpful? Give feedback.
All reactions