10 lines
321 B
Dart
10 lines
321 B
Dart
export 'src/ab_repeat.dart';
|
|
export 'src/controller.dart';
|
|
export 'src/metadata.dart';
|
|
export 'src/settings/subtitles.dart';
|
|
export 'src/settings/video.dart';
|
|
export 'src/stream.dart';
|
|
export 'src/video_loop_mode.dart';
|
|
|
|
// ⬇️ NUOVO: controller per i remoti (wrappa video_player)
|
|
export 'src/remote_controller.dart';
|