Skip to content

Commit

Permalink
Version up
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaowei-guan committed Feb 28, 2024
1 parent 14b30f0 commit 184301a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion packages/video_player_avplay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## NEXT
## 0.4.0

* Minor refactor.
* Add getStreamingProperty interface.

## 0.3.3

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.3.3
video_player_avplay: ^0.4.0
```
Then you can import `video_player_avplay` in your Dart code:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ enum VideoFormat {
other,
}

/// The file format of the given video.
/// The streaming property type.
enum StreamingPropertyType {
/// HTTP request cookie used to establish the session with the HTTP server.
COOKIE,
Expand Down Expand Up @@ -314,7 +314,7 @@ enum StreamingPropertyType {
USE_VIDEOMIXER,

/// : Property to set the position of mixed frame. setDisplayRect with required position on corresponding
/// Property to set the position of mixed frame. setDisplayRect with required position on corresponding
/// player instance to be called before setting this property.
SET_MIXEDFRAME,
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.3.3
version: 0.4.0

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

0 comments on commit 184301a

Please sign in to comment.