IlyaMax
IlyaMax
@ryanheise could you take a look at this? I have an issue with playing state shown on notification. Although play/pause button on flutter ui and clear button are updated, play/pause...
@ryanheise Yes it was intentional. I commented in pubspec that there is a conflict between video player and audio libraries in runtime. So I left commented video player example and...
@ryanheise When changed these lines it worked. I've noticed that updateNotification has no reasons to be called every time something in state is changed. Only if actions or compact actions...
Well, I don't know what exactly but it affects. I will add this hack locally because it solves my issue but can produce issues for other users of package.
But the same is done in simple example of audio player. I haven't noticed significant issues with it.
Hm, okay, I will try to bring it to its final form later.
@ryanheise I've added playback queue example and fixed some bugs but was not able to do like you said. I don't fully understand how to implement it. Maybe documentation is...
@ryanheise check this version
@ryanheise I think that complex logic of position detection should be a part of audio_service package not video_player/any other player what do you think? And I didn't get what you...
@ryanheise I had got this stacktrace but when I reinstalled application, I had no problem with this.