Flutter camera plugin not initializing on iOS iPhone XR device
Flutter camera plugin. Not initialise controller on iOS iPhone XR device
Flutter camera – preview rotated
For some reason (only on some of the phones) my camera preview is rotated 90 degrees.
Expand CameraPreview to fit device width
I am building a custom camera UI. I would like the CameraPreview
to be expanded so it fits the device width. This is the implementation and the result:
How to change Camera lens with a smooth zoom-in zoom-out effect
I am building a custom camera UI from scratches. I would like to implement 2 buttons to swap between normal lens and ultra-wide lens with a smooth effect, like the one is done in the built-in camera of the OS. Right now my 2 buttons call the method _swapCamera
, which is implemented like this