cuzyoucant
cuzyoucant
Thats intended behaviour from the camera hardware. The native camera app switches to the 0.5 lens when the object is close-up. It is called "macro mode". More info here: [https://support.apple.com/en-gb/guide/iphone/iphfaacf2eb0/ios](url)
This also poses a problem when you have a vertically scrolling ListView. Depending on the text size and length, the text seems to jitters left and right. On Android devices...
If anyone is still looking for a solution, In camera_view.dart, build method change ` return AspectRatio( aspectRatio: cameraController.value.aspectRatio, child: CameraPreview(cameraController));` to `return CameraPreview(cameraController);` I dont know if there is a...
@codelipenghui @giacomo-porro I ran into the same issue today. Could anyone do a PR? Or is this issue fixed somewhere else and i made a different mistake?