Skip to content
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 Mar 28, 2023
commit ee44f2f55929499400805e12ac1a89e28072405e
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.4.4

* Updates internal Java InstanceManager to only stop finalization callbacks when engine is detached.

## 3.4.3

* Updates internal Java InstanceManager to be cleared on hot restart.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: webview_flutter_android
description: A Flutter plugin that provides a WebView widget on Android.
repository: https://github.com/flutter/packages/tree/main/packages/webview_flutter/webview_flutter_android
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+webview%22
version: 3.4.3
version: 3.4.4

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