I am using Chewie to display videos in my Flutter app. I have a full screen videos that looks like the image below:
I want to display the videos in the following format with a 1:1 aspect ratio. Is it possible to achieve this automatically using Chewie without stretching or compressing the video or is there another way to achieve this. I tried various solutions I found online using AspectRatio, FittedBox and SizedBox.expanded widgets without any success. Thank you