You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that `video_player_avplay` is not compatible with the original `video_player` plugin. If you're writing a cross-platform app for Tizen and other platforms, it is recommended to create two separate source files and import `video_player` and `video_player_avplay` in the files respectively.
25
25
26
-
Note that `video_player_avplay` uses a compiled dynamic library, the api-version is your TV version, change it in tizen-manifest.xml:
26
+
Change api-version in tizen-manifest.xml according to your TV version.
27
+
28
+
Note that `video_player_avplay` uses a compiled dynamic library, change the api-version according to your TV version in tizen-manifest.xml :
> This plugin does not provide OS version compatibility.
35
+
> This plugin for a specific api-version does not provide OS version compatibility.
36
+
> | `api-version` | TizenOS version |
37
+
> |:-:|:-:|
38
+
> |6.0|6.0|
39
+
> |6.5|6.5 ~ 9.0|
40
+
> |7.0|7.0 ~ 9.0|
41
+
> |8.0|8.0 ~ 9.0|
42
+
> |9.0|9.0|
43
+
> |10.0|10.0|
44
+
>
34
45
> When you build an application with this plugin, version-specific [dynamic libraries](https://github.com/flutter-tizen/plugins/tree/master/packages/video_player_avplay/tizen/lib/armel) are packaged together based on the api-version information in tizen-manifest.xml.
35
46
> If you are planning to distribute an application that includes this plugin, you will need to build a TPK package for each TizenOS version (api-version in tizen-manifest.xml). Please refer to the [Samsung Developers](https://developer.samsung.com/smarttv/develop) for information on TizenOS versions by [TV model groups](https://developer.samsung.com/smarttv/develop/specifications/tv-model-groups.html).
47
+
>
48
+
> If you plan to distribute from TizenOS version 6.0 to 10.0, it should be packaged as follows.
49
+
> - `<.... api-version="6.0" version="1.0.0" ...> # for TizenOS 6.0.`
0 commit comments