Flutter-AssetsAudioPlayer icon indicating copy to clipboard operation
Flutter-AssetsAudioPlayer copied to clipboard

No changelog for 'autoplay'

Open devopsean opened this issue 3 years ago • 0 comments

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,
        );

devopsean avatar Jul 02 '21 15:07 devopsean