iosWebViewFix/flutter_inappwebview_android
Lorenzo Pichilli 77bca50f0e Expose missing old AndroidInAppWebViewOptions and IOSInAppWebViewOptions classes from platform interface 2023-11-29 10:32:03 +01:00
..
android fix #1881, fixed PlatformPrintJobController.onComplete setter 2023-11-28 01:27:29 +01:00
example Expose missing old AndroidInAppWebViewOptions and IOSInAppWebViewOptions classes from platform interface 2023-11-29 10:32:03 +01:00
lib created flutter_inappwebview_web, updated web_support.js path 2023-11-27 12:09:17 +01:00
test updated tests, created InAppLocalHostServer platform interface and default implementation, use where possibile the non-Platform prefix class 2023-11-18 01:17:45 +01:00
.gitignore first commit federated-plugin 2023-11-17 23:28:11 +01:00
.metadata first commit federated-plugin 2023-11-17 23:28:11 +01:00
CHANGELOG.md fix #1881, fixed PlatformPrintJobController.onComplete setter 2023-11-28 01:27:29 +01:00
LICENSE updated CHANGELOG and LICENSE 2023-11-27 12:11:26 +01:00
README.md updated README 2023-11-27 18:59:19 +01:00
analysis_options.yaml updated analysis options 2023-11-27 18:41:59 +01:00
build.yaml created flutter_inappwebview_macos 2023-11-27 09:46:37 +01:00
pubspec.yaml fix #1881, fixed PlatformPrintJobController.onComplete setter 2023-11-28 01:27:29 +01:00

README.md

flutter_inappwebview_android

The Android WebView implementation of flutter_inappwebview.

Usage

This package is endorsed, 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.