Skip to content

Commit

Permalink
feat: split controls into VideoPlayerWebOptionsControls
Browse files Browse the repository at this point in the history
  • Loading branch information
defuncart committed Sep 9, 2023
1 parent 5d3064c commit 96e0458
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/video_player/video_player/lib/video_player.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ export 'package:video_player_platform_interface/video_player_platform_interface.
DataSourceType,
VideoFormat,
VideoPlayerOptions,
VideoPlayerWebOptions;
VideoPlayerWebOptions,
VideoPlayerWebOptionsControls;

export 'src/closed_caption_file.dart';

Expand Down

0 comments on commit 96e0458

Please sign in to comment.