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

Updated progress indicator to AwesomeCameraPreview #408

Open sopagna opened 7 months ago

sopagna commented 7 months ago

Description

This pull request fixes the issue which the custom progress indicator is not pass down to the camera preview widget. This results in inconsistent progress indicator loading screen, right before the actual camera preview is opened.

How to reproduce:

  1. Create a fullscreen black progress indicator widget
  2. Set the widget for progressIndicator property

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