Josue Amaya
Results
2
comments of
Josue Amaya
Hello, I am having the same problem, I would like to know if it has been solved? analyzing the issue, I see that the problem may be the progress bar...
just change the "_attachListenerToController()" function located in the video_controller_widgets.dart() file to the following code: _attachListenerToController() { if(controller!=null){ controller.addListener( () { if (controller.value.duration == null || controller.value.position == null) { return;...