File tree Expand file tree Collapse file tree
webview_flutter_wkwebview Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 4.11.0
2+
3+ * Adds support for retrieving cookies with ` PlatformWebViewCookieManager.getCookies ` .
4+
15## 4.10.15
26
37* Fixes dartdoc comments that accidentally used HTML.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: webview_flutter_android
22description : A Flutter plugin that provides a WebView widget on Android.
33repository : https://github.com/flutter/packages/tree/main/packages/webview_flutter/webview_flutter_android
44issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+webview%22
5- version : 4.10.15
5+ version : 4.11.0
66
77environment :
88 sdk : ^3.9.0
Original file line number Diff line number Diff line change 1+ ## 3.25.0
2+
3+ * Adds support for retrieving cookies with ` PlatformWebViewCookieManager.getCookies ` .
4+
15## 3.24.2
26
37* Fixes dartdoc comments that accidentally used HTML.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: webview_flutter_wkwebview
22description : A Flutter plugin that provides a WebView widget based on Apple's WKWebView control.
33repository : https://github.com/flutter/packages/tree/main/packages/webview_flutter/webview_flutter_wkwebview
44issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+webview%22
5- version : 3.24.2
5+ version : 3.25.0
66
77environment :
88 sdk : ^3.9.0
You can’t perform that action at this time.
0 commit comments