webview_pro_wkwebview 2.7.1+2 webview_pro_wkwebview: ^2.7.1+2 copied to clipboard
A Flutter plugin that provides a WebView widget based on Apple's WKWebView control.
2.7.1+2 #
- fixed some imports on webview-umbrella
2.7.1+1 #
2.7.1 #
- Fixes header import for cookie manager to be relative only.
2.7.0 #
- Adds implementation of the
loadFlutterAsset
method 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.yaml
toanalysis_options.yaml
. - Integration test fixes.
- Updates to webview_flutter_platform_interface version 1.5.2.
2.4.0 #
- Implemented new
loadFile
andloadHtmlString
methods from the platform interface.
2.3.0 #
- Implemented new
loadRequest
method from platform interface.
2.2.0 #
- Implemented new
runJavascript
andrunJavascriptReturningResult
methods in platform interface.
2.1.0 #
- Add
zoomEnabled
functionality.
2.0.14 #
- Update example App so navigation menu loads immediatly but only becomes available when
WebViewController
is available (same behavior as example App in webview_flutter package).
2.0.13 #
- Extract WKWebView implementation from
webview_flutter
.