Skip to content
Closed
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ The _"non-endorsed"_ status means that the plugin is not endorsed by the origina
| [**video_player_tizen**](packages/video_player) | 4.0 | ✔️ | ✔️ | ⚠️ | ❌ | Functional limitations,<br>TV emulator issue |
| [**wakelock_tizen**](packages/wakelock) | 4.0 | ✔️ | ✔️ | ❌ | ❌ | Cannot override system settings |
| [**wearable_rotary**](packages/wearable_rotary) | 4.0 | ✔️ | ✔️ | ❌ | ❌ | Not applicable for TV |
| [**webview_flutter_tizen**](packages/webview_flutter) | 5.5 | ✔️ | ✔️ | ✔️ | ✔️ | Not for production use |
| [**webview_flutter_tizen**](packages/webview_flutter) | 5.5 | | | ✔️ | |
4 changes: 4 additions & 0 deletions packages/webview_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.6.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not a big deal.. but how do you start a new version?

Copy link
Contributor Author

@bbrto21 bbrto21 Nov 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, I'm considering giving webview_flutter_lwe a new version instead. because webview_flutter_lwe will be newly published on pub.dev. What do you think about this?


* Change the backing web engine from LWE to EFL WebKit (EWK).

## 0.5.6

* Update LWE binary (9af6ea4101d173935fe6e6cd3f2c91ca17ed451e).
Expand Down
9 changes: 4 additions & 5 deletions packages/webview_flutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

[![pub package](https://img.shields.io/pub/v/webview_flutter_tizen.svg)](https://pub.dev/packages/webview_flutter_tizen)

The Tizen implementation of [`webview_flutter`](https://github.com/flutter/plugins/tree/main/packages/webview_flutter).
The Tizen implementation of [`webview_flutter`](https://github.com/flutter/plugins/tree/main/packages/webview_flutter) only for Tizen TV devices.
The WebView widget is backed by the EFL WebKit (EWK) on Tizen.

## Required privileges

Expand All @@ -21,7 +22,7 @@ This package is not an _endorsed_ implementation of `webview_flutter`. Therefore
```yaml
dependencies:
webview_flutter: ^3.0.4
webview_flutter_tizen: ^0.5.6
webview_flutter_tizen: ^0.6.0
```

## Example
Expand All @@ -46,6 +47,4 @@ class WebViewExampleState extends State<WebViewExample> {

## Supported devices

This plugin is supported on devices running Tizen 5.5 or later.

The WebView widget is backed by the Lightweight Web Engine (LWE) on Tizen. For a detailed list of features supported by the Lightweight Web Engine, refer to [this page](https://git.tizen.org/cgit/platform/upstream/lightweight-web-engine/tree/docs/Spec.md?h=tizen).
This plugin is supported on Tizen TV devices running Tizen 5.5 or later.
Loading