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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user