Skip to content

Commit cda84d5

Browse files
authored
[video_player_avplay]Add setData and getData interface (#822)
1 parent 7ab117b commit cda84d5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+23164
-698
lines changed

packages/video_player_avplay/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## NEXT
1+
## 0.5.17
22

33
* Update readme.
4+
* Add setData and getData interface.
45

56
## 0.5.16
67

packages/video_player_avplay/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To use this package, add `video_player_avplay` as a dependency in your `pubspec.
1212

1313
```yaml
1414
dependencies:
15-
video_player_avplay: ^0.5.16
15+
video_player_avplay: ^0.5.17
1616
```
1717
1818
Then you can import `video_player_avplay` in your Dart code:

0 commit comments

Comments
 (0)