raj-arthur-lima

Results 2 comments of raj-arthur-lima

@MazenCoder I worked around the issue using a boolean: if(inicialInit){ inicialInit = false assetsAudioPlayer = AssetsAudioPlayer(); await assetsAudioPlayer.open( playInBackground: PlayInBackground.enabled, autoStart: true, showNotification: true, Audio.liveStream(streamUrl), ); } Because I was...