iosWebViewFix/flutter_inappwebview_web
Lorenzo Pichilli 26f0235c98 updated analysis options 2023-11-27 18:41:59 +01:00
..
example created flutter_inappwebview_web, updated web_support.js path 2023-11-27 12:09:17 +01:00
lib created flutter_inappwebview_web, updated web_support.js path 2023-11-27 12:09:17 +01:00
test created flutter_inappwebview_web, updated web_support.js path 2023-11-27 12:09:17 +01:00
.gitignore created flutter_inappwebview_web, updated web_support.js path 2023-11-27 12:09:17 +01:00
.metadata created flutter_inappwebview_web, updated web_support.js path 2023-11-27 12:09:17 +01:00
CHANGELOG.md updated CHANGELOG and LICENSE 2023-11-27 12:11:26 +01:00
LICENSE updated CHANGELOG and LICENSE 2023-11-27 12:11:26 +01:00
README.md updated README 2023-11-27 18:32:38 +01:00
analysis_options.yaml updated analysis options 2023-11-27 18:41:59 +01:00
build.yaml created flutter_inappwebview_web, updated web_support.js path 2023-11-27 12:09:17 +01:00
pubspec.yaml created flutter_inappwebview_web, updated web_support.js path 2023-11-27 12:09:17 +01:00

README.md

flutter_inappwebview_web

The Web Platform iframe implementation of [flutter_inappwebview][https://pub.dev/packages/flutter_inappwebview].

Usage

This package is [endorsed][https://flutter.dev/docs/development/packages-and-plugins/developing-packages#endorsed-federated-plugin], which means you can simply use flutter_inappwebview normally. This package will be automatically included in your app when you do, so you do not need to add it to your pubspec.yaml.

However, if you import this package to use any of its APIs directly, you should add it to your pubspec.yaml as usual.