iosWebViewFix/flutter_inappwebview/example
unknown ed97928331 windows: fixed dealloc webviews logic, implemented takeScreenshot, added WebViewEnvironment and WebViewEnvironmentSettings classes 2024-01-27 18:41:10 +01:00
..
android moved flutter_inappwebview base package to flutter_inappwebview folder, format code 2023-11-28 02:32:01 +01:00
assets moved flutter_inappwebview base package to flutter_inappwebview folder, format code 2023-11-28 02:32:01 +01:00
integration_test Added InAppBrowser.onMainWindowWillClose event, Added WindowType.WINDOW for InAppWebViewSettings.windowType, fix #1738, Fixed InAppWebViewController.callAsyncJavaScript Android-issue when the last line of the functionBody parameter includes a code comment 2023-12-17 22:58:09 +01:00
ios fix #1924 2023-12-23 15:22:28 +01:00
lib windows: fixed dealloc webviews logic, implemented takeScreenshot, added WebViewEnvironment and WebViewEnvironmentSettings classes 2024-01-27 18:41:10 +01:00
macos windows: fixed dealloc webviews logic, implemented takeScreenshot, added WebViewEnvironment and WebViewEnvironmentSettings classes 2024-01-27 18:41:10 +01:00
test basic initial windows support 2024-01-06 04:51:16 +01:00
test_assets moved flutter_inappwebview base package to flutter_inappwebview folder, format code 2023-11-28 02:32:01 +01:00
test_driver moved flutter_inappwebview base package to flutter_inappwebview folder, format code 2023-11-28 02:32:01 +01:00
web moved flutter_inappwebview base package to flutter_inappwebview folder, format code 2023-11-28 02:32:01 +01:00
windows basic initial windows support 2024-01-06 04:51:16 +01:00
.gitignore moved flutter_inappwebview base package to flutter_inappwebview folder, format code 2023-11-28 02:32:01 +01:00
.metadata basic initial windows support 2024-01-06 04:51:16 +01:00
README.md moved flutter_inappwebview base package to flutter_inappwebview folder, format code 2023-11-28 02:32:01 +01:00
analysis_options.yaml moved flutter_inappwebview base package to flutter_inappwebview folder, format code 2023-11-28 02:32:01 +01:00
pubspec.yaml windows: fixed dealloc webviews logic, implemented takeScreenshot, added WebViewEnvironment and WebViewEnvironmentSettings classes 2024-01-27 18:41:10 +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.