Skip to content

Commit 2995571

Browse files
committed
feat: split controls into VideoPlayerWebOptionsControls
1 parent d6d8abd commit 2995571

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/video_player/video_player/lib/video_player.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ export 'package:video_player_platform_interface/video_player_platform_interface.
1919
DataSourceType,
2020
VideoFormat,
2121
VideoPlayerOptions,
22-
VideoPlayerWebOptions;
22+
VideoPlayerWebOptions,
23+
VideoPlayerWebOptionsControls;
2324

2425
export 'src/closed_caption_file.dart';
2526

0 commit comments

Comments
 (0)