Skip to content
Prev Previous commit
Next Next commit
Update version and CHANGELOG
  • Loading branch information
LinXunFeng committed Mar 6, 2024
commit a37f7bfd9f703cb4adbce93c84c4eac5c467a99b
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.12.1

* Fixes `JSON.stringify()` cannot serialize cyclic structures.

## 3.12.0

* Adds support for `setOnScrollPositionChange` method to the `WebKitWebViewController`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: webview_flutter_wkwebview
description: A Flutter plugin that provides a WebView widget based on Apple's WKWebView control.
repository: https://github.com/flutter/packages/tree/main/packages/webview_flutter/webview_flutter_wkwebview
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+webview%22
version: 3.12.0
version: 3.12.1

environment:
sdk: ^3.2.3
Expand Down