# Flutter InAppWebView Plugin [](https://twitter.com/intent/tweet?text=Flutter%20InAppBrowser%20plugin!&url=https://github.com/pichillilorenzo/flutter_inappwebview&hashtags=flutter,flutterio,dart,dartlang,webview) [](https://www.facebook.com/sharer/sharer.php?u=https%3A//github.com/pichillilorenzo/flutter_inappwebview)

[](#contributors-)
[](https://pub.dartlang.org/packages/flutter_inappwebview)
[](https://pub.dev/packages/flutter_inappwebview/score)
[](https://pub.dev/packages/flutter_inappwebview/score)
[](https://pub.dev/packages/flutter_inappwebview/score)
[](https://stackoverflow.com/questions/tagged/flutter-inappwebview)
[](/LICENSE)
[](https://inappwebview.dev/donate/)
[](https://github.com/pichillilorenzo/flutter_inappwebview)
[](https://github.com/pichillilorenzo/flutter_inappwebview)
A Flutter plugin that allows you to add an inline webview, to use an headless webview, and to open an in-app browser window.
## New Version 6.x.x is OUT NOW!
Migrating from version `5.x.x` is easy! Follow the online [Migration guide](https://inappwebview.dev/docs/migration-guide).
## Articles/Resources
- [Official documentation: inappwebview.dev/docs](https://inappwebview.dev/docs/intro)
- Read the online [API Reference](https://pub.dartlang.org/documentation/flutter_inappwebview/latest/) to get the **full API documentation**.
- [Official blog: inappwebview.dev/blog](https://inappwebview.dev/blog/)
- Find open source projects on the [Official Showcase page: inappwebview.dev/showcase](https://inappwebview.dev/showcase/)
- Check the [example/integration_test/webview_flutter_test.dart](/example/integration_test/webview_flutter_test.dart) file for other code examples
- [Flutter Browser App](https://github.com/pichillilorenzo/flutter_browser_app): A Full-Featured Mobile Browser App (such as the Google Chrome mobile browser) created using Flutter and the features offered by the flutter_inappwebview plugin
## Showcase - Who use it
Check the [Showcase](https://inappwebview.dev/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](https://inappwebview.dev/submit-app/) page!
## Requirements
- Dart sdk: ">=2.14.0 <3.0.0"
- Flutter: ">=2.5.0"
- Android: `minSdkVersion 19` and add support for `androidx` (see [AndroidX Migration](https://flutter.dev/docs/development/androidx-migration) to migrate an existing app)
- iOS 9.0+: `--ios-language swift`, Xcode version `>= 14`
- MacOS 10.11+: Xcode version `>= 14`
## Installation
Add `flutter_inappwebview` as a [dependency in your pubspec.yaml file](https://flutter.io/using-packages/).
### Installation - Web support
To make it work properly on the Web platform, you need to add the `web_support.js` file inside the `` of your `web/index.html` file:
```html
```
## Support
Did you find this plugin useful? Please consider to [make a donation](https://inappwebview.dev/donate/) to help improve it!
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!