ryanheise

Results 1670 comments of ryanheise

You're right, I had that confused with the parameter to `stopForeground`.

I'm not too familiar with quick_actions. I also notice you're using the commit before I removed the audio_service bug logs. Can you include those in the output for context? I...

Sure! You are welcome to take a stab at it while I take on another task. Now that we have a platform interface, you ought to be able to mock...

Awesome @suragch ! Can you create a draft pull request? I can then use GitHub's facilities to do a review.

All we really need is to test each method has the expected outcome - enums themselves don't have methods, so I think their coverage would be incidental rather than the...

Hi @suragch , thanks so much for your previous work on this which has now been merged. Full coverage is not ultra urgent, as I would be happy to include...

The documentation at the moment is a bit scarce but these methods are specifically for Android Auto. CarPlay support is currently only implicit in that iOS has been reported to...

Nice, @glettl ! If this is generally useful (which I think it would be), then let's try to incorporate it in audio_service. Would you be interested in making a pull...

> To implement this profoundly, there has to be an example project as basis which covers all the functionality. Do you mean like `example/lib/example_multiple_handlers.dart`? This example demonstrates the corresponding feature...

I wasn't able to reproduce the issue on my Pixel 3a (Android 11) using either of those two ways. However, I see a couple of things I can improve in...