这是indexloc提供的服务,不要输入任何密码
Skip to content

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

License

Notifications You must be signed in to change notification settings

JoseBarreto1/webview_inapp

 
 

Repository files navigation

Flutter InAppWebView Plugin

InAppWebView-logo

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

Articles/Resources

Showcase - Who use it

Check the Showcase page to see an open list of Apps built with Flutter and Flutter InAppWebView.

Are you using the Flutter InAppWebView plugin and would you like to add your App there?

Send a submission request to the Submit App page!

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>

Support

Did you find this plugin useful? Please consider to make a donation to help improve it!

Original design:

https://github.com/pichillilorenzo/flutter_inappwebview

This project follows the all-contributors specification. Contributions of any kind welcome!

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 57.2%
  • Java 23.0%
  • Swift 15.3%
  • HTML 3.1%
  • C++ 0.5%
  • CMake 0.3%
  • Other 0.6%