We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d096a67 commit 445fdcdCopy full SHA for 445fdcd
packages/video_player/video_player_web/lib/src/video_player.dart
@@ -205,7 +205,7 @@ class VideoPlayer {
205
206
/// Sets options
207
Future<void> setOptions(VideoPlayerWebOptions options) async {
208
- // incase called multiple times, reset options
+ // In case this method is called multiple times, reset options.
209
_resetOptions();
210
211
if (options.controls.enabled) {
packages/video_player/video_player_web/pubspec.yaml
@@ -21,7 +21,7 @@ dependencies:
21
sdk: flutter
22
flutter_web_plugins:
23
24
- video_player_platform_interface: ">=6.2.0 <7.0.0"
+ video_player_platform_interface: ^6.2.0
25
26
dev_dependencies:
27
flutter_test:
0 commit comments