ricnaaru / adv_camera

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

Fix for permissions management #45

Closed Stemo688 closed 3 years ago

Stemo688 commented 3 years ago

Pass checkPermissionAtStartup: true to bypass permission check by plugin and then call _controller.grantPermissions() to update the camera widget after the manual permission check is successful.