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
@@ -0,0 +1,6 @@
// Copyright 2023 Sony Group Corporation. All rights reserved.
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
export 'src/elinux_video_player.dart';