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

Rotate icons based on camera orientation #157

Closed apalala-dev closed 1 year ago

apalala-dev commented 1 year ago

Description

Icons used in Awesome UI are now rotated based on device native orientation. I made the widget AwesomeOrientedWidget publicly visible to let users build their own UI more easily.

Note: I also removed unnecessary permissions asked to be added to the AndroidManifest. Android permissions from the plugin are merged into the client's manifest automatically.

Checklist

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

Breaking Change

If your feature break something, please detail it