Apparence-io / CamerAwesome

📸 Embedding a camera experience within your own app shouldn't be that hard. A flutter plugin to integrate awesome Android / iOS camera experience.
https://ApparenceKit.dev
MIT License
949 stars 240 forks source link

Camera Preview is zoomed #152

Closed igor-yusupov closed 1 year ago

igor-yusupov commented 1 year ago

I made a preview of the camera in full screen, while the image is zoomed, and because of this the photo is not what was intended. how to make the preview image look the same as in the photo?

igor-yusupov commented 1 year ago

the same issue: https://github.com/Apparence-io/camera_awesome/issues/95

g-apparence commented 1 year ago

We have some issues about this yes.

We are currently working on 1.0.0 version with that in scope.

g-apparence commented 1 year ago

115

g-apparence commented 1 year ago

This should be fixed now. You can now select the fit of the preview directly from the builder. https://github.com/Apparence-io/camera_awesome/blob/master/docs/getting_started/custom-ui.mdx See previewFit attribute

Don't hesitate to open another issue if you have trouble with this new option 👌