ryanheise
ryanheise
If you want to ask a question about how set the icons on Android, please follow the instructions on the New Issue page which direct you to StackOverflow (the question...
> ### Documented behaviour > > The application should work > ### Actual behaviour > > The application does not work properly after entering the notification. It stops and nothing...
Thanks! This is definitely appreciated. Before merging, I'd like to coordinate this with audio_session and maybe audio_service, although migrating audio_service to media3 is a much bigger ordeal that I'm not...
Sorry, my previous computer broke down so I've been without access for a while, but I'm back up and running now. I have a bit to catch up on, but...
Today I worked on the 1.4.1 migration. i fully expected to have to rewrite the media source code, but as it turned out, those classes are still there, so for...
I've now merged #1377 but to ensure that both PRs are credited, I merged my PR over the top of this one so both are in the commit log and...
The instructions for submitting a bug report say: > Provide a link here using one of two options: > 1. Fork this repository and modify the example to reproduce the...
See the instructions below: > **Minimal reproduction project** > Provide a link here using one of two options: > 1. Fork this repository and modify the example to reproduce the...
Before looking into your hypothesis, I am just looking at your implementation of `StreamSource`: ```dart class StreamSource extends StreamAudioSource { StreamSource(this.stream); final Stream stream; @override Future request([int? start, int? end])...
> I will be disposing the api-key once this issue will be resolved. Can you reproduce this by downloading the response beforehand, saving it to a file, putting it in...