iosWebViewFix/example
Lorenzo Pichilli 53653a1733 updated .cirrus.yml and .travis.yml 2021-02-10 16:06:17 +01:00
..
android Merge branch 'master' into feature/android-11 2021-01-29 01:15:53 +01:00
assets added AndroidWebViewFeature, AndroidServiceWorkerController, AndroidServiceWorkerClient classes 2021-02-04 21:54:09 +01:00
integration_test updated .cirrus.yml and .travis.yml 2021-02-10 16:06:17 +01:00
ios updated .cirrus.yml and .travis.yml 2021-02-10 15:01:40 +01:00
lib Added scriptHtmlTagAttributes optional argument to injectJavascriptFileFromUrl WebView method, Added cssLinkHtmlTagAttributes optional argument to injectCSSFileFromUrl WebView method 2021-02-09 21:11:50 +01:00
test_assets added AndroidWebViewFeature, AndroidServiceWorkerController, AndroidServiceWorkerClient classes 2021-02-04 21:54:09 +01:00
test_driver updated .cirrus.yml and .travis.yml 2021-02-10 15:01:40 +01:00
.flutter-plugins-dependencies updated .cirrus.yml and .travis.yml 2021-02-10 16:06:17 +01:00
.gitignore fixed android zoom, added new ios webview options, added 2020-05-09 04:36:07 +02:00
.metadata fixed android zoom, added new ios webview options, added 2020-05-09 04:36:07 +02:00
README.md fixed android zoom, added new ios webview options, added 2020-05-09 04:36:07 +02:00
pubspec.yaml Added support for Dart null-safety feature, Updated integration tests, Fixed missing properties initialization when using InAppWebViewController.fromInAppBrowser, Removed debuggingEnabled WebView option and added AndroidInAppWebViewController.setWebContentsDebuggingEnabled static method 2021-01-28 17:10:15 +01:00

README.md

flutter_inappwebview_example

Demonstrates how to use the flutter_inappwebview plugin.

Getting Started

For help getting started with Flutter, view our online documentation.