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

CameraState, return a generic type T instead of dynamic #383

Closed monkeydaichan closed 8 months ago

monkeydaichan commented 10 months ago

Description

CameraState.when was returning dynamic, so changed it to return T.

Checklist

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

g-apparence commented 10 months ago

Hi thank you for this. have you tested this code ? I'm pretty sure there is some impact.