webview_flutter_wkwebview 3.0.2
webview_flutter_wkwebview: ^3.0.2 copied to clipboard
A Flutter plugin that provides a WebView widget based on Apple's WKWebView control.
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.