Flutter-AssetsAudioPlayer
Flutter-AssetsAudioPlayer copied to clipboard
No changelog for 'autoplay'
Flutter Version
My version : Latest
Lib Version
My version : Latest
Platform (Android / iOS / web) + version
Platform :
Describe the bug
"autoPlay" should be edited to "autoStart"
Small code to reproduce
AssetsAudioPlayer.newPlayer().open(
Audio("assets/audios/song1.mp3"),
autoStart: true,
showNotification: true,
);