Skip to content

Commit

Permalink
[webview_flutter] Update lightweight web engine binary (#184)
Browse files Browse the repository at this point in the history
* [webview_flutter] Update lightweight web engine binary

Signed-off-by: MuHong Byun <mh.byun@samsung.com>

* Add reviewer's comment

Signed-off-by: MuHong Byun <mh.byun@samsung.com>

* Apply reviewer's comment

Signed-off-by: MuHong Byun <mh.byun@samsung.com>
  • Loading branch information
bwikbs committed Aug 30, 2021
1 parent e3f39f7 commit 28540de
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion packages/webview_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,8 @@
* Apply embedder's texture APIs change

## 0.3.0
* Apply PlatformView, PlatformViewFactory APIs change
* Apply PlatformView, PlatformViewFactory APIs change

## 0.3.1
* Update lightweight web engine binary (ad0e77631f96180e19a11c3dc80b6b72c32bdffb)
* Fix bug on handling parameter of `loadUrl` API
4 changes: 2 additions & 2 deletions packages/webview_flutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ This package is not an _endorsed_ implementation of `webview_flutter`. Therefore

```yaml
dependencies:
webview_flutter: ^1.0.6
webview_flutter_tizen: ^0.1.0
webview_flutter: ^2.0.4
webview_flutter_tizen: ^0.3.1
```

## Example
Expand Down
2 changes: 1 addition & 1 deletion packages/webview_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: webview_flutter_tizen
description: Tizen implementation of the webview plugin
homepage: https://github.com/flutter-tizen/plugins
version: 0.3.0
version: 0.3.1

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 28540de

Please sign in to comment.