Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Closed
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
chore: changelog and version
  • Loading branch information
FlafyDev committed May 19, 2022
commit 98ce7a8e53b1ee73666eafbfd2219371ee8db16e
3 changes: 2 additions & 1 deletion packages/webview_flutter/webview_flutter_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.1.0+4
## 0.1.1

* Fixes unreliable encoding of HTML to the iframe element.
* Adds JavascriptChannels and running Javascript support only for loading Html as a string.

## 0.1.0+3

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: webview_flutter_web
description: A Flutter plugin that provides a WebView widget on web.
repository: https://github.com/flutter/plugins/tree/main/packages/webview_flutter/webview_flutter_web
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+webview%22
version: 0.1.0+4
version: 0.1.1

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