Skip to content

Commit 8ea7516

Browse files
authored
[video_player_avplay] Update readme (#818)
1 parent 777966d commit 8ea7516

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

packages/video_player_avplay/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## NEXT
2+
3+
* Update readme.
4+
15
## 0.5.16
26

37
* Automatically rotates video player based on device orientation.

packages/video_player_avplay/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ Note that `video_player_avplay` uses a compiled dynamic library, the api-version
2929
<manifest package="xxx" version="1.0.0" api-version="6.0">
3030
```
3131

32+
> [!NOTE]
33+
> This plugin does not provide OS version compatibility.
34+
> 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+
> 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).
36+
3237
Note that if you play dash streams, please add dash format when creating the player:
3338
```dart
3439
VideoPlayerController.network(

0 commit comments

Comments
 (0)