Files
Hidenori MatsubayashiandGitHub 96106f35e7 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]>
2023-08-25 22:27:20 +00:00

7 lines
267 B
Dart

// 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';