This is an implementation of the webview_flutter
plugin for web.
It is currently severely limited and doesn't implement most of the available functionality. The following functionality is currently available:
loadRequest
loadHtmlString
(Without baseUrl
)Nothing else is currently supported.
This package is not an endorsed implementation of the webview_flutter
plugin yet, so it currently requires extra setup to use:
webview_flutter
.Once the step above is complete, the APIs from webview_flutter
listed above can be used as normal on web.