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 a video duration widget #468

Open eduardo-pellenz opened 1 month ago

eduardo-pellenz commented 1 month ago

Proposal

When recording there is not duration indicator. I've tried to implement my own, but it doesn't work properly when opening for the first since, since the event of video recording start is emited before the permission is granted.

And also, it's a must to have feature for any camera packages.