Skip to content

Commit 70983ee

Browse files
authored
[video_player_avplay and video_player_videohole] Add namespace to C++ code to avoid name conflicts with other plugins (#887)
1 parent 5f5d42e commit 70983ee

26 files changed

+267
-140
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.25
22

33
* Update code format.
4+
* Add namespace to the C++ code to avoid name conflicts with other plugins.
45

56
## 0.5.24
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.24
15+
video_player_avplay: ^0.5.25
1616
```
1717
1818
Then you can import `video_player_avplay` in your Dart code:

0 commit comments

Comments
 (0)