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 c682c2a commit 44fe634Copy full SHA for 44fe634
lib/src/material/material_desktop_controls.dart
@@ -510,9 +510,11 @@ class _MaterialDesktopControlsState extends State<MaterialDesktopControls>
510
511
if (!controller.value.isInitialized) {
512
controller.initialize().then((_) {
513
+ //[VideoPlayerController.play] If the video is at the end, this method starts playing from the beginning
514
controller.play();
515
});
516
} else {
517
518
519
}
520
0 commit comments