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
947 stars 234 forks source link

iOS Aspect ratio 4:3 not working #216

Closed migalv-fu closed 1 year ago

migalv-fu commented 1 year ago

Steps to Reproduce

  1. Add camerawesome: ^1.1.0 as a dependency
  2. Use the CameraAwesomeBuilder.custom builder method.
  3. Set the aspectRatio param to CameraAspectRatios.ratio_4_3
  4. Check if the camera uses 4:3

Expected results

Show a camera preview with an aspect ratio of 4:3. For example in Android this works WhatsApp Image 2023-01-23 at 17 49 46

Actual results

The camera preview shows an aspect ratio of 16:9 IMG_0163

On the other hand the aspect ratio 1:1 works IMG_0162

About your device

Brand Model OS
Apple iPhone XR 15.5

apalala-dev commented 1 year ago

This issue should have been fixed with 1.2.0. Reopen the issue if there is still a problem with this, or create a new one. :)