nt4f04uNd
nt4f04uNd
**Is your feature request related to a problem? Please describe.** I want some of the config parameters to be changed after handler is created, in particular `androidNotificationChannelName` and `androidNotificationChannelDescription` (for...
Cleans up a TODO to avoid unnecessary mediaItem updates with platform
**Which API doesn't behave as documented, and how does it misbehave?** `artUri` doesn't support content uris on Android **Minimal reproduction project** https://github.com/nt4f04unds-archive/issues/tree/audio_service_784 **To Reproduce (i.e. user steps, not code)** Click...
Added tests for invocation parameters in the `isolates_test`. I later plan to move the `_MockAudioHandler` into a separate file and use it to test invocations from the platform interface. Related...
**Is your feature request related to a problem? Please describe.** Currently the communication with the platform is all done on UI thread, which, even with recent change (https://github.com/ryanheise/audio_service/pull/780) to reduce...
**Is your feature request related to a problem? Please describe.** Currently notification can be created if `playing == true` and `processingState == idle`. But also currently the service will be...
Fixes https://github.com/ryanheise/audio_service/issues/834 Tried to summarize what was happening in the comments
**Which API doesn't behave as documented, and how does it misbehave?** If processing state was `idle`, then became `ready` and `playing` didn't change, something goes wrong, not sure what exactly,...
**Is your feature request related to a problem? Please describe.** plugin doesn't fully use METADATA_KEYs **Describe the solution you'd like** i think that would be nice if MediaItem in the...
**Which API doesn't behave as documented, and how does it misbehave?** * When turned on - always `media`, as expected * When turned off - may receive `media`, `next` or...