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
911 stars 200 forks source link

✨ Ability to mirror video recording for front camera #339

Closed apalala-dev closed 1 year ago

apalala-dev commented 1 year ago

Description

mirrorFrontCamera only allowed to mirror pictures taken. With this PR, it also mirror video recordings when set to true.

Feature Android iOS
Mirror video recording

Fixes #331

Checklist

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

Breaking Change

hgb

I moved the mirrorFrontCamera to the SaveConfig object since it is not a sensor specific setting. All sensors must respect that parameter.