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
+2 -1
View File
@@ -1,6 +1,6 @@
name: video_player_elinux
description: Flutter plugin for displaying inline video with other Flutter widgets on Embedded Linux.
version: 0.9.8
version: 0.9.9
homepage: https://github.com/sony/flutter-elinux-plugins
repository: https://github.com/sony/flutter-elinux-plugins/tree/main/packages/video_player
@@ -18,3 +18,4 @@ flutter:
platforms:
elinux:
pluginClass: VideoPlayerElinuxPlugin
dartPluginClass: ELinuxVideoPlayer