Flutter - Flutterflow expert

Job ID: 37188894

Budget: $8 – $15 USD

The pdf describes the situation I have but this is a quick overview.

I have a Flutterflow project (Must continue to use Flutterflow but can have custom Flutter code)

- I have videos that need to fit within a certain size container (like Twitter Feeds)
- The videos should be 'cropped' and not have their aspect ratio adjusted
- They should be cropped because I want the width and height to touch the sides of the container... What i mean is if the width is narrower than the container we should make the video larger (zoom-in effect) so that the width of the video takes up the full width of the container. Of course, the Height will be larger than the container so it should be CROPPED - not have the aspect ratio distorted
- When a user goes to full-screen mode then the video should just show as is... and if the user needs to change the orientation of the phone or iPad then they can

SOLUTIONS
1) Find a video player that can enable you to crop the video and NOT change the aspect ratio and still have the video take up the full width and height of the container
2) Use a package to create two videos when a user uploads - one is cropped and the original is used in full-screen mode (THIS Package = https://pub.dev/packages/video_editor_2)
Related categories: Dart Flutter