Nabeel Parkar

Results 486 comments of Nabeel Parkar

Unfortunately not :D But it's still useful information for the team to try and investigate. I'll label this issue for now, and allow the team to look at it and...

@charlieforward9 I think with iOS, this is different. When selecting a camera, the iOS plugin will request permissions, that too, microphone permissions will only be asked if `enableAudio` is set...

Using the camera example, microphone permissions only appear to be requested with `enableAudio = true`. Could you provide a complete sample, preferably without any 3rd party libraries?

I think we can close this issue as invalid. A new, fresh issue with a [complete and minimal, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) would be great :)

Samples without 3rd party libraries able us to rule out any buggy code or side effects that that library may have. Unfortunately, people do not have the time to debug...

Hello @xeruf. Thank you for filing this issue. Can you please provide the following information? - A [complete and minimal, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) with clear steps to reproduce the issue. The...

The [complete and minimal, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) I mentioned doesn't need to be code, but rather steps to reproduce this issue. I would need such a sample to verify the issue,...

Using `sudo` is not recommended with Flutter. And Flutter will give you a warning due to this. I need a way to reproduce this issue without any 3rd party dependencies....

> The matter of fact is that flutter is run in an environment where it acts as root without any security implications, thus there should be a flag to disable...

I'll label this issue for further insights from the team