Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
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.