Skip to content

Commit

Permalink
chore: requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
defuncart committed Aug 9, 2023
1 parent 5c9569b commit 6b2653e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ class VideoPlayer {

/// Sets options
Future<void> setOptions(VideoPlayerWebOptions options) async {
// incase called multiple times, reset options
// In case this method is called multiple times, reset options.
_resetOptions();

if (options.controls.enabled) {
Expand Down
2 changes: 1 addition & 1 deletion packages/video_player/video_player_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
sdk: flutter
flutter_web_plugins:
sdk: flutter
video_player_platform_interface: ">=6.2.0 <7.0.0"
video_player_platform_interface: ^6.2.0

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 6b2653e

Please sign in to comment.