Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
14 commits
Select commit Hold shift + click to select a range
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
10 changes: 10 additions & 0 deletions packages/webview_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.10.1

* Implement `clearLocalStorage`.
* Implement `onHttpError` for the navigation delegate.
* Fix races and use-after-frees on WebView disposal, including a buffer-pool
use-after-free on the raster thread.
* Use GLib to schedule the deferred WebView teardown.
* Drain all pending WebView teardowns before ewk_shutdown(), fixing a native
crash on app exit and enabling simultaneous use of multiple WebViews.

## 0.10.0

* Update minimum supported SDK version to Flutter 3.32/Dart 3.8.
Expand Down
2 changes: 1 addition & 1 deletion packages/webview_flutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This package is not an _endorsed_ implementation of `webview_flutter`. Therefore
```yaml
dependencies:
webview_flutter: ^4.13.1
webview_flutter_tizen: ^0.10.0
webview_flutter_tizen: ^0.10.1
```

## Example
Expand Down
Loading
Loading