fluttercommunity / flutter_webview_plugin

Community WebView Plugin - Allows Flutter to communicate with a native WebView.
https://pub.dev/packages/flutter_webview_plugin
Other
1.48k stars 929 forks source link

Support for Flutter Web #873

Open reidicarus opened 3 years ago

reidicarus commented 3 years ago

Use case

I'm developing a Flutter web app and wanted to install a reCAPTCHA for my contact form. All the documentation I've read points towards using the web view_flutter package to do so. I've run the code and found the following issue:

Screen Shot 2021-01-25 at 6 01 16 PM

I tried to clone the repository and work on it myself. However, I can't seem to figure out how to configure the pubspec.yaml... [insert facepalm emoji]

I traced the error within the webview_flutter.dart file and found there are no cases listed for desktop platforms.

Screen Shot 2021-01-25 at 6 03 59 PM

Please add further cases for the desktop platforms.