iosWebViewFix/flutter_inappwebview/example
Lorenzo Pichilli b2a0a96898 Added InAppWebViewController.clearFormData Android-specific method, Added InAppWebViewController.clearAllCache static method, Added CookieManager.removeSessionCookies Android-specific method, Deprecated InAppWebViewController.clearCache and InAppWebViewSettings.clearCache, Deprecated InAppWebViewSettings.clearSessionCache, Updated CookieManager methods return value 2023-12-12 00:40:25 +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 InAppWebViewController.clearFormData Android-specific method, Added InAppWebViewController.clearAllCache static method, Added CookieManager.removeSessionCookies Android-specific method, Deprecated InAppWebViewController.clearCache and InAppWebViewSettings.clearCache, Deprecated InAppWebViewSettings.clearSessionCache, Updated CookieManager methods return value 2023-12-12 00:40:25 +01:00
ios moved flutter_inappwebview base package to flutter_inappwebview folder, format code 2023-11-28 02:32:01 +01:00
lib moved flutter_inappwebview base package to flutter_inappwebview folder, format code 2023-11-28 02:32:01 +01:00
macos moved flutter_inappwebview base package to flutter_inappwebview folder, format code 2023-11-28 02:32:01 +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
.gitignore moved flutter_inappwebview base package to flutter_inappwebview folder, format code 2023-11-28 02:32:01 +01:00
.metadata moved flutter_inappwebview base package to flutter_inappwebview folder, format code 2023-11-28 02:32:01 +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 Expose missing InAppBrowserSettings.menuButtonColor option in constructor platform interface, Fixed iOS InAppBrowserMenuItem.iconColor not working 2023-11-30 15:05:51 +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.