A Flutter plugin that allows you to add an inline webview, to use an headless webview, and to open an in-app browser window.
This plugin is the fork of the original flutter_inappwebview plugin.
Thanks to Lorenzo Pichilli and all the contributors for their hard work!
New Plugin with a new maintainer 1.x.x is OUT NOW!
Requirements
- Dart sdk: ">=2.17.0 <4.0.0"
- Flutter: ">=3.0.0"
- Android:
minSdkVersion >= 19
,compileSdk >= 34
, AGP version>= 7.3.0
(use Android Studio - Android Gradle plugin Upgrade Assistant for help), support forandroidx
(see AndroidX Migration to migrate an existing app) - iOS 9.0+:
--ios-language swift
, Xcode version>= 14.3
- MacOS 10.11+: Xcode version
>= 14.3
Installation
Add zikzak_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/zikzak_inappwebview_web/assets/web/web_support.js" defer></script>
<!-- ... -->
</head>
Support
Contributors ✨
Thanks goes to these wonderful people ✨✨:
This project follows the all-contributors specification. Contributions of any kind welcome!