tmpflutter_webview 0.0.4 copy "tmpflutter_webview: ^0.0.4" to clipboard
tmpflutter_webview: ^0.0.4 copied to clipboard

A Flutter plogin that you can easilly develop for webview.

A Flutter plugin that allows you to add an inline webview, to use an headless webview, and to open an in-app browser window.

Requirements #

Installation #

Add flutter_inappwebview as a dependency in your pubspec.yaml file.

Installation - Web support #

To make it work properly on the Web platform, you need to add the web_support.js file inside the <head> of your web/index.html file:

<head>
    <!-- ... -->
    <script type="application/javascript" src="/assets/packages/flutter_inappwebview_web/assets/web/web_support.js" defer></script>
    <!-- ... -->
</head>