ryanheise

Results 1670 comments of ryanheise

FYI you can test this by adding the following to the dependency_overrides section of your pubspec.yaml: ```dart ​audio_session:      git:       url: https://github.com/ryanheise/audio_session.git ``` I would appreciate hearing about whether it works...

Ah, sorry. There shouldn't be an equals sign, there should be a space: ```objc #define MICROPHONE_ENABLED 1 ``` It's been a while since I've used the preprocessor. I'm also thinking...

Should be fixed on the latest commit. I have also renamed the macro to `AUDIO_SESSION_MICROPHONE`.

Glad to hear it! I have just published the latest updates in 0.1.3.

> I haven't tested it but defaulting to all working and opt-in to remove is my preference, I believe that's also how `permissions_handler` works which is kind of the blueprint...

I've created PR #155 which flips the default for AUDIO_SESSION_MICROPHONE from 1 to 0 which will make it into the next major release. Regarding forthcoming updates to the other plugins,...

Please take a look at #80 and let me know how it goes.

Probably what the plugin should do is follow the redirects up front, remember the root URL, then handle subsequent range requests on the remembered root URL.

That was one of the 3 questions I asked them. The other two were about how to handle conditional compilation, and how to aggregate different privacy manifests in framework vs...