Skip to content

Releases: pichillilorenzo/flutter_inappwebview

v6.0.0-beta.6

22 Oct 02:07
Compare
Choose a tag to compare
  • Added InAppWebViewSettings.allowBackgroundAudioPlaying for Android
  • Added WebViewAssetLoader and InAppWebViewSettings.webViewAssetLoader for Android

BREAKING CHANGES

  • WebResourceResponse.contentType and WebResourceResponse.contentEncoding properties can be null

v5.7.0

22 Oct 19:43
Compare
Choose a tag to compare
  • Added PlatformViewsService.initExpensiveAndroidView for Android

BREAKING CHANGES

  • Flutter minimum version 3.0.0

v5.6.0+2

22 Oct 19:21
Compare
Choose a tag to compare
  • Revert back the usage of PlatformViewsService.initExpensiveAndroidView

v5.6.0+1

22 Oct 09:15
Compare
Choose a tag to compare
  • Fixed Android hybrid composition on Flutter 2

v6.0.0-beta.5

20 Oct 16:56
Compare
Choose a tag to compare
  • Merge fixes of version 5.5.0+5

v6.0.0-beta.4

20 Oct 14:52
Compare
Choose a tag to compare
  • Added InAppWebView.headlessWebView property to convert an HeadlessWebView to InAppWebView widget

v5.6.0

22 Oct 00:58
Compare
Choose a tag to compare
  • Fixed "URLCredential.fromMap returns null for username" #1205
  • Fixed "Compare to webview_flutter, inappwebview is significant frame dropped while page scrolling" #1386
  • Merged "Fix hybrid composition laggy" #1387 (thanks to Doflatango)
  • Converted all Uri.parse into Uri.tryParse where possible

v5.5.0+5

20 Oct 16:42
Compare
Choose a tag to compare
  • Fixed HeadlessInAppWebView default size on Android
  • Fixed "🐞[Android] execution of the workmanager destroys in_app_webview library's platform channel" #1348
  • Fixed "HeadlessInAppWebView called from WorkManager background task triggers NullPointerException on missing context" #912

v5.5.0+4

20 Oct 08:48
840aeab
Compare
Choose a tag to compare
  • Fixed "Many crashes on iOS: Completion handler was not called" #1221
  • Fixed "webView:didReceiveAuthenticationChallenge:completionHandler" #1128
  • Merged "Fix missing import for Flutter 2.8.1" #1381 (thanks to chandrabezzo)

v6.0.0-beta.3

19 Oct 14:59
Compare
Choose a tag to compare
  • Added MacOS support
  • Added windowType, windowAlphaValue, windowStyleMask, windowTitlebarSeparatorStyle, windowFrame for MacOS InAppBrowserSettings
  • Added PrintJobInfo.printer
  • Added getContentWidth WebView method

BREAKING CHANGES

  • Removed PrintJobInfo.printerId
  • All InAppWebViewSettings, InAppBrowserSettings properties are optionals
  • InAppBrowser.webViewController can be null