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
906 stars 199 forks source link

inverted preview fix #448

Closed ps9310 closed 4 months ago

ps9310 commented 4 months ago

Description

@g-apparence I've used your pull request at https://github.com/Apparence-io/CamerAwesome/pull/432 as a foundation for this current PR. The modifications related to the inverted flag have been excluded, while retaining the feature to obtain PreviewSize directly from the underlying platform. These updates have been successfully tested and are functioning well on both smartphones and tablets across platforms.

Additionally, I have eliminated files that can be ignored in Android Studio.

Checklist

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

g-apparence commented 4 months ago

Hi, thank you a lot for this (really appreciate every contributions) Did you rebase from the main branch? (This PR was a bit old)

ps9310 commented 4 months ago

Hi, thank you a lot for this (really appreciate every contributions) Did you rebase from the main branch? (This PR was a bit old)

Yes, I've looked into it. It appears it's in sync with the master branch.

rebase
g-apparence commented 4 months ago

Made some tests on phones too and works perfectly yes. I merge it and will send a release. Thank you for your contribution @ps9310