video_player: add ELinuxVideoPlayer (dartPluginClass) (#80)

This change fixes #78 issue of AndroidVideoPlayer being used on x64 host PC for some reason. To fix it, this change adds ELinuxVideoPlayer dart plugin class as a VideoPlayerPlatform for eLinux.

Signed-off-by: Hidenori Matsubayashi <[email protected]>
This commit is contained in:
Hidenori Matsubayashi
2023-08-25 22:27:20 +00:00
committed by GitHub
parent 582e6458f9
commit 96106f35e7
5 changed files with 677 additions and 1 deletions
+3
View File
@@ -1,3 +1,6 @@
## 0.9.9
* Add ELinuxVideoPlayer (VideoPlayerPlatform for eLinux) for flutter 3.13.
## 0.9.8
* Update flutter/dart-sdk versions in environment for flutter 3.13.0.