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]>
7 lines
267 B
Dart
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';
|