ricnaaru / adv_camera

Advanced Camera for Flutter
BSD 3-Clause "New" or "Revised" License
54 stars 35 forks source link

Dispose cam resource widget disposed #49

Closed xavierpjb closed 3 years ago

xavierpjb commented 3 years ago

Currently there's no way to dispose of the camera resource after instantiating the cam widget. This leads to the "camera in use" green dot on ios to show up.

Calling "camController.turnOff" doesn't seem to deallocate everything