perzend

Results 4 comments of 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, .... ),...

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, .... ),...