Flutter-AssetsAudioPlayer
Flutter-AssetsAudioPlayer copied to clipboard
add feature where we can get currently playing audio meta
after playing a song we need to get title then we right this player.current.value.audio.audio.metas.title or same for artist.
i think its more better if we call player.currentPlaying.getTitle() or same for artist or others property
not added till now