perzend
perzend
Hi! In my case, in the FlickVideoWithControls widget, I just set the videoFit value to BoxFit.contain. By default, it's BoxFit.cover. ``` FlickVideoPlayer( flickManager: flickManager, flickVideoWithControls: FlickVideoWithControls( videoFit: BoxFit.contain, .... ),...
Have you solved the problem? I get the same error when I try to play a link to a video and use a self-signed certificate. Any ideas?
The same problem. iOS version 16.7.8, flutter_local_notifications version 16.3.3.
Hi! In my case, in the FlickVideoWithControls widget, I just set the videoFit value to BoxFit.contain. By default, it's BoxFit.cover. ``` FlickVideoPlayer( flickManager: flickManager, flickVideoWithControls: FlickVideoWithControls( videoFit: BoxFit.contain, .... ),...