ryanheise
ryanheise
I still don't have time to create this plugin, but I managed to dig up my old experimental code from 2019, which was for the Android side. Since audio_service does...
I agree it might be helpful to add a `navigator` recipe and docs to audio_session, although I'm not terribly familiar with that use case myself, so I have left it...
So there is probably nothing to be done on audio_service (this plugin), but there is potentially an issue that could be submitted for audio_session.
Did you go through the new issue form? https://ryanheise.github.io/audio_service/issue-form/issue.html
It's not a new form, it's the "new issue" form. That is, if you click "New issue" up above, it takes you to that link. I was asking you the...
> Isn't compile time an issue that happens before you run the program and at run time it happens after the program is launched on the device? Your error happened...
Please use the form to prepare a new issue, but before submitting the new issue, you can select all, then copy and paste it into this issue (via edit).
> ### Reproduction steps > > Try watching whatsapp status for a few minutes while app is playing audio Can you explain how to reproduce it in steps? I don't...
I edited your issue for you by copying those steps into the correct section of the bug report. Is there a missing step where the user should press the play...
`androidStopForegroundOnPause` is relevant to this issue only in that if you set it to `false`, you can probably avoid this error because it means that you are forcing Android to...