webview_flutter_web 0.2.3+4 copy "webview_flutter_web: ^0.2.3+4" to clipboard
webview_flutter_web: ^0.2.3+4 copied to clipboard

Platformweb

A Flutter plugin that provides a WebView widget on web.

webview_flutter_web #

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.

Usage #

This package is not an endorsed implementation of the webview_flutter plugin yet, so it currently requires extra setup to use:

  • Add this package as an explicit dependency of your project, in addition to depending on webview_flutter.

Once the step above is complete, the APIs from webview_flutter listed above can be used as normal on web.

127
likes
150
points
441
downloads

Publisher

verified publisherflutter.dev

Weekly Downloads

2024.08.26 - 2025.03.10

A Flutter plugin that provides a WebView widget on web.

Repository (GitHub)
View/report issues
Contributing

Topics

#html #webview #webview-flutter

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_web_plugins, web, webview_flutter_platform_interface

More

Packages that depend on webview_flutter_web