Plugin does not seem to support desktop applications, such as TargetPlatform.macOS, when running flutter run -d macos.
I understand this might be an issue in Flutter, and not this plugin itself. However, there might be a workaround while Flutter does not officially support it.
Summary
Plugin does not seem to support desktop applications, such as TargetPlatform.macOS, when running
flutter run -d macos
.I understand this might be an issue in Flutter, and not this plugin itself. However, there might be a workaround while Flutter does not officially support it.
Code
When the code below is called:
The following message is print on screen:
TargetPlatform.macOS is not yet supported by the webview_flutter plugin
Flutter Doctor