Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
version bump
  • Loading branch information
bparrishMines committed Jan 20, 2023
commit 2e374a4f1851249574df71115b1cb5aa25f879b4
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0.3

* Fixes bug where `WKWebView` could not be released.

## 3.0.2

* Updates code for stricter lint checks.
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/plugins/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.0.2
version: 3.0.3

environment:
sdk: ">=2.17.0 <3.0.0"
Expand Down