rxlabz / audioplayer

A flutter plugin to play audio files iOS / Android / MacOS / Web ( Swift/Java )

Home Page:https://pub.dartlang.org/packages/audioplayer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Audio from local file cannot be played on iOS

vickyrare opened this issue · comments

Audio from local file cannot be played on iOS. I am using audioplayer: 0.8.1.

Managed to fix it by adding isLocal: true to the play method.

await audioPlayer.play(localFilePath, isLocal: true);