diff --git a/lib/src/material/material_desktop_controls.dart b/lib/src/material/material_desktop_controls.dart index e271b2665..2e1a92d9c 100644 --- a/lib/src/material/material_desktop_controls.dart +++ b/lib/src/material/material_desktop_controls.dart @@ -510,9 +510,11 @@ class _MaterialDesktopControlsState extends State if (!controller.value.isInitialized) { controller.initialize().then((_) { + //[VideoPlayerController.play] If the video is at the end, this method starts playing from the beginning controller.play(); }); } else { + //[VideoPlayerController.play] If the video is at the end, this method starts playing from the beginning controller.play(); } }