webview_flutter_wkwebview 3.23.2
webview_flutter_wkwebview: ^3.23.2 copied to clipboard
A Flutter plugin that provides a WebView widget based on Apple's WKWebView control.
3.23.2 #
- Removes specialization of 'map' to fix a Swift warning.
3.23.1 #
- Removes code for versions of iOS older than 13.0.
- Updates minimum supported SDK version to Flutter 3.35.
3.23.0 #
- Adds support for
PlatformWebViewController.loadFileWithParams. - Introduces
WebKitLoadFileParams, a platform-specific extension ofLoadFileParamsfor iOS and macOS that adds support forreadAccessPath.
3.22.1 #
- Changes the handling of a Flutter method failure from throwing an assertion error to logging the error.
- Updates minimum supported SDK version to Flutter 3.27/Dart 3.6.
3.22.0 #
- Adds support to respond to recoverable SSL certificate errors. See
WebKitNavigationDelegate.setOnSSlAuthError.
3.21.0 #
- Adds support to set whether to draw the scrollbar. See
WebKitWebViewController.setVerticalScrollBarEnabled,WebKitWebViewController.setHorizontalScrollBarEnabled,WebKitWebViewController.supportsSetScrollBarsEnabled.
3.20.0 #
- Adds support to disable a preview of the destination for a link. See
WebKitWebViewController.setAllowsLinkPreview.
3.19.0 #
- Adds support to set the over-scroll mode for the WebView. See
WebKitWebViewController.setOverScrollMode.
3.18.6 #
- Fixes
PlatformExceptionwhen callingloadFlutterAsseton macOS. - Updates native wrapper with methods handling
SecTustandSecCertificate.
3.18.5 #
- Fixes crash when sending undefined message via JavaScript channel.
3.18.4 #
- Fixes crash when native
WKFrameInfo.requestis nil.
3.18.3 #
- Fixes crash where the native
AuthenticationChallengeResponsecould not be found for auth requests.
3.18.2 #
- Updates generated pigeon code to ensure the internal wrapper immediately sends constructor calls.
3.18.1 #
- Fixes bug that would allow the API wrapper to return
nullwhen a non-null value was required in a callback method. - Changes default method to enable JavaScript for web content to
WKWebpagePreferences.allowsContentJavaScript.
3.18.0 #
- Updates internal API wrapper to use ProxyApis.
3.17.0 #
- Adds a change listener for the
canGoBackproperty. SeeWebKitWebViewController.setOnCanGoBackChange. - Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.
3.16.3 #
- Fixes re-registering existing channels while removing Javascript channels.
3.16.2 #
- Updates README to remove contributor-focused documentation.
3.16.1 #
- Adds
missing_code_block_language_in_doc_commentlint.
3.16.0 #
- Supports NTLM for authentication.
3.15.0 #
- Adds macOS support.
3.14.0 #
- Adds Swift Package Manager compatibility.
3.13.1 #
- Fixes
JSON.stringify()cannot serialize cyclic structures.
3.13.0 #
- Adds
decidePolicyForNavigationResponseto internal WKNavigationDelegate to support thePlatformNavigationDelegate.onHttpErrorcallback.
3.12.0 #
- Adds support for
setOnScrollPositionChangemethod to theWebKitWebViewController.
3.11.0 #
- Adds support to show JavaScript dialog. See
PlatformWebViewController.setOnJavaScriptAlertDialog,PlatformWebViewController.setOnJavaScriptConfirmDialogandPlatformWebViewController.setOnJavaScriptTextInputDialog.
3.10.3 #
- Adds a check that throws an
ArgumentErrorwhenWebKitWebViewController.addJavaScriptChannelreceives aJavaScriptChannelParamswith a name that is not unique. - Updates minimum iOS version to 12.0 and minimum Flutter version to 3.16.6.
3.10.2 #
- Adds privacy manifest.
3.10.1 #
- Fixes new lint warnings.
3.10.0 #
- Adds support for
PlatformNavigationDelegate.setOnHttpAuthRequest. - Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.
3.9.4 #
- Updates to Pigeon 13.
3.9.3 #
- Fixes
use_build_context_synchronouslylint violations in the example app.
3.9.2 #
- Fixes error caused by calling
WKWebViewConfiguration.limitsNavigationsToAppBoundDomainson versions below 14.
3.9.1 #
- Fixes bug where
WebkitWebViewController.getUserAgentwas incorrectly returning an empty String.
3.9.0 #
- Adds support for
PlatformWebViewController.getUserAgent.
3.8.0 #
- Adds support to register a callback to receive JavaScript console messages. See
WebKitWebViewController.setOnConsoleMessage.
3.7.4 #
- Adds pub topics to package metadata.
- Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
3.7.3 #
- Fixes bug where the
PlatformWebViewWidgetwas rebuilt unnecessarily.
3.7.2 #
- Fixes bug where
PlatformWebViewWidgetdoesn't rebuild when the controller changes.
3.7.1 #
- Updates pigeon version to
10.1.4.
3.7.0 #
- Adds support for
WebResouceError.url.
3.6.3 #
- Introduces
NSError.toStringfor better diagnostics.
3.6.2 #
- Fixes unawaited_futures violations.
3.6.1 #
- Fixes bug where a native
NSURLcould be removed from anInstanceManagerif it is equal to an already presentNSURL. - Fixes compile-time error from using
WKWebView.inspectableon unsupported Xcode versions.
3.6.0 #
- Adds support to enable debugging of web contents on the latest versions of WebKit. See
WebKitWebViewController.setInspectable.
3.5.0 #
- Adds support to limit navigation to pages within the app’s domain. See
WebKitWebViewControllerCreationParams.limitsNavigationsToAppBoundDomains.
3.4.4 #
- Removes obsolete null checks on non-nullable values.
3.4.3 #
- Replace
describeEnumwith thenamegetter.
3.4.2 #
- Fixes an exception caused by the
onUrlChangecallback passing a nullNSUrl.
3.4.1 #
- Fixes internal type conversion error.
- Adds internal unknown enum values to handle api updates.
3.4.0 #
- Adds support for
PlatformWebViewController.setOnPlatformPermissionRequest.
3.3.0 #
- Adds support for
PlatformNavigationDelegate.onUrlChange.
3.2.4 #
- Updates pigeon to fix warnings with clang 15.
- Updates minimum Flutter version to 3.3.
- Fixes common typos in tests and documentation.
3.2.3 #
- Updates to
pigeonversion 7.
3.2.2 #
- Changes Objective-C to use relative imports.
3.2.1 #
- Clarifies explanation of endorsement in README.
- Aligns Dart and Flutter SDK constraints.
3.2.0 #
- Updates minimum Flutter version to 3.3 and iOS 11.
3.1.1 #
- Updates links for the merge of flutter/plugins into flutter/packages.
3.1.0 #
- Adds support to access native
WKWebView.
3.0.5 #
- Renames Pigeon output files.
3.0.4 #
- Fixes bug that prevented the web view from being garbage collected.
3.0.3 #
- Updates example code for
use_build_context_synchronouslylint.
3.0.2 #
- Updates code for stricter lint checks.
3.0.1 #
- Adds support for retrieving navigation type with internal class.
- Updates README with details on contributing.
- Updates pigeon dev dependency to
4.2.13.
3.0.0 #
- BREAKING CHANGE Updates platform implementation to
2.0.0release ofwebview_flutter_platform_interface. See webview_flutter for updated usage. - Updates code for
no_leading_underscores_for_local_identifierslint.
2.9.5 #
- Updates imports for
prefer_relative_imports.
2.9.4 #
- Fixes avoid_redundant_argument_values lint warnings and minor typos.
- Fixes typo in an internal method name, from
setCookieForInsancestosetCookieForInstances.
2.9.3 #
- Updates
webview_flutter_platform_interfaceconstraint to the correct minimum version.
2.9.2 #
- Fixes crash when an Objective-C object in
FWFInstanceManageris released, but the dealloc callback is no longer available.
2.9.1 #
- Fixes regression where the behavior for the
UIScrollViewinsets were removed.
2.9.0 #
- Ignores unnecessary import warnings in preparation for upcoming Flutter changes.
- Replaces platform implementation with WebKit API built with pigeon.
2.8.1 #
- Ignores unnecessary import warnings in preparation for upcoming Flutter changes.
2.8.0 #
- Raises minimum Dart version to 2.17 and Flutter version to 3.0.0.
2.7.5 #
- Minor fixes for new analysis options.
2.7.4 #
- Removes unnecessary imports.
- Fixes library_private_types_in_public_api, sort_child_properties_last and use_key_in_widget_constructors lint warnings.
2.7.3 #
- Removes two occurrences of the compiler warning: "'RequiresUserActionForMediaPlayback' is deprecated: first deprecated in ios 10.0".
2.7.2 #
- Fixes an integration test race condition.
- Migrates deprecated
Scaffold.showSnackBartoScaffoldMessengerin example app.
2.7.1 #
- Fixes header import for cookie manager to be relative only.
2.7.0 #
- Adds implementation of the
loadFlutterAssetmethod from the platform interface.
2.6.0 #
- Implements new cookie manager for setting cookies and providing initial cookies.
2.5.0 #
- Adds an option to set the background color of the webview.
- Migrates from
analysis_options_legacy.yamltoanalysis_options.yaml. - Integration test fixes.
- Updates to webview_flutter_platform_interface version 1.5.2.
2.4.0 #
- Implemented new
loadFileandloadHtmlStringmethods from the platform interface.
2.3.0 #
- Implemented new
loadRequestmethod from platform interface.
2.2.0 #
- Implemented new
runJavascriptandrunJavascriptReturningResultmethods in platform interface.
2.1.0 #
- Add
zoomEnabledfunctionality.
2.0.14 #
- Update example App so navigation menu loads immediatly but only becomes available when
WebViewControlleris available (same behavior as example App in webview_flutter package).
2.0.13 #
- Extract WKWebView implementation from
webview_flutter.