File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
packages/video_player/video_player_android Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.8.7
2
+
3
+ * Adds note about known issue regarding platform views to the README.
4
+
1
5
## 2.8.6
2
6
3
7
* Fixes a [ bug] ( https://github.com/flutter/flutter/issues/165149 ) where the ` isBuffering ` flag
Original file line number Diff line number Diff line change @@ -11,5 +11,10 @@ so you do not need to add it to your `pubspec.yaml`.
11
11
However, if you ` import ` this package to use any of its APIs directly, you
12
12
should add it to your ` pubspec.yaml ` as usual.
13
13
14
+ ## Known issues
15
+
16
+ Using ` VideoViewType.platformView ` is not currently recommended on Android due to a known [ issue] [ 3 ] affecting platform views on Android.
17
+
14
18
[ 1 ] : https://pub.dev/packages/video_player
15
19
[ 2 ] : https://flutter.dev/to/endorsed-federated-plugin
20
+ [ 3 ] : https://github.com/flutter/flutter/issues/164899
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: video_player_android
2
2
description : Android implementation of the video_player plugin.
3
3
repository : https://github.com/flutter/packages/tree/main/packages/video_player/video_player_android
4
4
issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+video_player%22
5
- version : 2.8.6
5
+ version : 2.8.7
6
6
7
7
environment :
8
8
sdk : ^3.7.0
You can’t perform that action at this time.
0 commit comments