ryanheise
ryanheise
Maybe it's the vendor? I'm also on a pixel (3a) and the zombie notification is gone. It seems as though they have silently rolled back this feature as the options...
I couldn't find anything similar to a wifi lock for cellular data, so I'm not sure exactly what is going on here. I'd need to probably see how this is...
Thanks for offering to investigate and debug this one. I think a workaround for this was posted here some time ago but searching through the past issues I was unable...
Ah, I just found the issue I was referring to earlier: https://github.com/ryanheise/audio_service/issues/301#issuecomment-624152228 The suggested workaround is quite interesting, particularly that it only works if the first task calls `setState` to...
Is this still an issue with 0.18.0?
> **Describe alternatives you've considered** > we've no alternatives i presume An alternative would be to implement your own streams as needed because everything can be derived from `playbackState`. E.g.:...
Because everything is now in one isolate, i.e. in the same address space, you can share a reference to that just_audio stream with your UI.
As a very simple example, you can copy player.bufferedPositionStream into a global variable and access it from anywhere. That's not great from a design point of view, but just as...
I see from your code that you're asking about the stable release, whereas my answer was about the version that is development in Git (on the `one-isolate` branch). A global...
As per the reasons mentioned above, I still want to keep this open.