florent37 / Flutter-AssetsAudioPlayer

Play simultaneously music/audio from assets/network/file directly from Flutter, compatible with android / ios / web / macos, displays notifications
https://pub.dartlang.org/packages/assets_audio_player
Apache License 2.0
740 stars 337 forks source link

Ios playlist feature is not working in ios #819

Open mohamed-815 opened 6 months ago

mohamed-815 commented 6 months ago

playlist feature is not working in ios,

Future songPlayNow(List

audioplayer.play();
final id = audioconvertedsongs[index].metas.id;

final bid = audioconvertedsongs[index].metas.extra?["bid"];
await SongListservice.songPlaycountingrement(bid, id ?? "");

} , this funtion is not working in ios