Skip to content

Commit

Permalink
Version up
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaowei-guan committed Dec 30, 2024
1 parent 72f1c14 commit 1ff5845
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions packages/video_player_avplay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
## 0.5.9
## 0.5.10

* Fix dash player fail to seek issue.
* Add setDisplayRotate API
* Add setDisplayMode API

## 0.5.9

* Fix dash player fail to seek issue.

## 0.5.8

* Support Tizen 9.0
Expand Down
2 changes: 1 addition & 1 deletion packages/video_player_avplay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To use this package, add `video_player_avplay` as a dependency in your `pubspec.

```yaml
dependencies:
video_player_avplay: ^0.5.9
video_player_avplay: ^0.5.10
```
Then you can import `video_player_avplay` in your Dart code:
Expand Down
2 changes: 1 addition & 1 deletion packages/video_player_avplay/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: video_player_avplay
description: Flutter plugin for displaying inline video on Tizen TV devices.
homepage: https://github.com/flutter-tizen/plugins
repository: https://github.com/flutter-tizen/plugins/tree/master/packages/video_player_avplay
version: 0.5.9
version: 0.5.10

environment:
sdk: ">=3.1.0 <4.0.0"
Expand Down

0 comments on commit 1ff5845

Please sign in to comment.