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

Add functionality for taking photos by clicking anywhere on the screen #445

Open dongorias opened 4 months ago

dongorias commented 4 months ago

Currently, in the CamerAwesome library, taking a photo generally requires a specific button on the user interface to trigger the action. However, in certain use cases, such as the one I'm encountering in the development of an application for the visually impaired, this approach can pose accessibility problems. Visually impaired users may have difficulty locating and interacting with specific buttons on the screen.

To solve this problem, I propose adding a feature that allows users to take a photo by clicking anywhere on the screen. This approach would enable visually impaired users to trigger the photo-taking process more easily, without having to actively search for a specific button.