flutter_inappwebview_platform_interface 1.3.0+1 copy "flutter_inappwebview_platform_interface: ^1.3.0+1" to clipboard
flutter_inappwebview_platform_interface: ^1.3.0+1 copied to clipboard

A common platform interface for the flutter_inappwebview plugin.

1.3.0+1 #

  • Fixed X509Certificate.toMap method

1.3.0 #

  • Added WebViewEnvironment.customSchemeRegistrations parameter for Windows
  • Added CustomSchemeRegistration type
  • Updated docs

1.2.0 #

  • Updated Uint8List conversion inside fromMap methods

1.1.1 #

  • Updated permission models for Windows platform

1.1.0+1 #

  • Updated docs and pubspec.yaml

1.1.0 #

  • Added PlatformWebViewEnvironment class
  • Updates minimum supported SDK version to Flutter 3.24/Dart 3.5.
  • Removed unsupported feature WebViewFeature.SUPPRESS_ERROR_PAGE

1.0.10 #

  • Merged "Added == operator and hashCode to WebUri" #1941 (thanks to daisukeueta)

1.0.9 #

1.0.8 #

  • Added PlatformCustomPathHandler class to be able to implement custom path handlers for WebViewAssetLoader

1.0.7 #

  • Added InAppBrowser.onMainWindowWillClose event
  • Added WindowType.WINDOW for InAppBrowserSettings.windowType

1.0.6 #

  • Added InAppWebViewSettings.interceptOnlyAsyncAjaxRequests #1905
  • Added PlatformInAppWebViewController.clearFormData method
  • Added PlatformCookieManager.removeSessionCookies method
  • Updated InAppWebViewSettings.useShouldInterceptAjaxRequest docs
  • Updated PlatformCookieManager methods return value

1.0.5 #

  • Must call super dispose method for PlatformInAppBrowser and PlatformChromeSafariBrowser

1.0.4 #

  • Expose missing InAppBrowserSettings.menuButtonColor option

1.0.3 #

  • Expose missing old AndroidInAppWebViewOptions and IOSInAppWebViewOptions classes

1.0.2 #

  • Added PlatformPrintJobController.onComplete setter

1.0.1 #

  • Updated README

1.0.0 #

Initial release.