Flutter Inappwebview Versions Save

A Flutter plugin that allows you to add an inline webview, to use a headless webview, and to open an in-app browser window.

v5.7.2+2

1 year ago
  • Fixed "Unexpected addWebMessageListener behaviour" #1422

v6.0.0-beta.19

1 year ago
  • Updated code docs
  • Fixed "Cannot Grant Permission at Android 21" #1447
  • Fixed some missing macOS asserts

v5.7.2+1

1 year ago
  • Fixed "Cannot Grant Permission at Android 21" #1447

v6.0.0-beta.18

1 year ago
  • Fixed InAppWebViewSettings automatic infer if initialSettings is null

v6.0.0-beta.17

1 year ago
  • Replaced Uri.encodeFull with Uri.encodeComponent to load html data correctly on Web platform

v6.0.0-beta.16

1 year ago
  • Removed Android Hybrid Composition constraint to use the pull-to-refresh feature
  • Removed Android com.squareup.okhttp3:okhttp dependency

v5.7.2

1 year ago
  • Removed Android Hybrid Composition constraint to use the pull-to-refresh feature

v6.0.0-beta.15

1 year ago
  • Automatically infer useShouldOverrideUrlLoading, useOnLoadResource, useOnDownloadStart, useShouldInterceptAjaxRequest, useShouldInterceptFetchRequest, useShouldInterceptRequest, useOnRenderProcessGone, useOnNavigationResponse settings if their value is null and the corresponding event is implemented by the WebView (InAppWebView and HeadlessInAppWebView, not InAppBrowser) before it's native initialization

BREAKING CHANGES

  • All PrintJobSettings properties are optionals
  • All PullToRefreshSettings properties are optionals
  • All WebAuthenticationSessionSettings properties are optionals

v5.7.1+2

1 year ago
  • Fixed Android NullPointerException on InAppBrowserActivity.dispose

v5.7.1+1

1 year ago
  • Fixed User Script remove methods
  • Fixed missing break statement on Android when parsing ChromeCustomTabsOptions.displayMode in Java code