Chris Gabler

Results 3 comments of Chris Gabler

On iOS the microphone permission is still requested on version 1.4.0. I'm using `CameraAwesomeBuilder.previewOnly` which sets `enableAudio: false` so the microphone permission shouldn't be required. If I don't allow the...

@cchamm @vlazdra The [just_audio](https://pub.dev/packages/just_audio) package found a good solution for cases like this: https://pub.dev/packages/just_audio#ios

@vlazdra The permission popup is shown because camerawesome is requesting it even if `enableAudio: false`. That needs to be fixed. The solution i posted (https://pub.dev/packages/just_audio#ios) only prevents the app store...