tree: d7230772ad05d6f42857ecff0e70877aa9115958 [path history] [tgz]
  1. example/
  2. lib/
  3. test/
  4. AUTHORS
  5. CHANGELOG.md
  6. LICENSE
  7. pubspec.yaml
  8. README.md
packages/webview_flutter/webview_flutter_web/README.md

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:

  • loadUrl (Without headers)
  • requestUrl
  • loadHTMLString (Without baseUrl)
  • Setting the initialUrl through CreationParams.

Nothing else is currently supported.

Usage

Depend on the package

This package is not an endorsed implementation of the webview_flutter plugin yet, so you'll need to add it explicitly.