Files
plezy/lib/mpv/player/platform/player_linux.dart
T

6 lines
205 B
Dart

import '../player_native.dart';
/// Uses libmpv with FlTextureGL — video rendered to an offscreen FBO
/// and composited GPU-side via Flutter's Texture widget.
class PlayerLinux extends PlayerNative {}