Open
Description
I am working with a g3 client who is prototyping a camera UI in Flutter, and they're having difficulty getting the preview image from the camera to have a fixed aspect ratio.
They've attempted using an AspectRatio to contain the CameraPreview, but haven't had any results.
Is there a solution to this problem, and can we document it or incorporate it into the CameraPreview API?