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

CameraAwesome v1.0.0-alpha #150

Closed apalala-dev closed 1 year ago

apalala-dev commented 1 year ago

Description

This PR intends to migrate the app to CameraX among other improvements to the Android platform, including:

Checklist

Before creating any Pull Request, confirm that it meets all requirements listed below by checking the relevant checkboxes ([x]).

Breaking Change

This PR brings a lot of changes and must be heavily tested. There should not be breaking changes, but since the CameraX API is quite different from Camera2, there might be some differences. iOS could not be tested as I don't have a physical iOS device.

apalala-dev commented 1 year ago

GPS Position

ImageAnalysis

Sized preview

Focus

Zazo032 commented 1 year ago

Just as a small note on the current state: by default, seems like after the rework, Microphone and Location permissions are being included in the manifest and requested automatically, but I think this should be something that the developer should have control of

g-apparence commented 1 year ago

Just as a small note on the current state: by default, seems like after the rework, Microphone and Location permissions are being included in the manifest and requested automatically, but I think this should be something that the developer should have control of

That's a good idea! THank you for getting a look at this