Flutter-AssetsAudioPlayer
Flutter-AssetsAudioPlayer copied to clipboard
Play simultaneously music/audio from assets/network/file directly from Flutter, compatible with android / ios / web / macos, displays notifications
playlist feature is not working in ios, Future songPlayNow(List audioconvertedsongs, int index) async { checkIsPlayingthenStop(); await audioplayer.open( Playlist( audios: audioconvertedsongs, startIndex: index, ), loopMode: LoopMode.playlist, showNotification: true); audioplayer.play(); final id...
Memory leaks
**Flutter Version** My version : **Lib Version** My version : **Platform (Android / iOS / web) + version** Platform : **Describe the bug** A clear and concise description of what...
Module 'assets_audio_player' not found
**Flutter Version** My version : Flutter (Channel stable, 3.0.3, on macOS 11.5.2 20G95 darwin-arm (Rosetta), locale en-IN) **Lib Version** My version : assets_audio_player: ^3.0.6 **Platform (Android / iOS/web) + version**...
Open it and choose iOS, next song, previous song, or the previous 10 seconds and the next 10 seconds.
I looked at the update proposed a year ago and it's still not resolved yet.
@kalismeras61 facing same issue with the **android** and **ios** please reopen this issue.and i have also followed all the things which are mentioned in the document. still background music is getting stopped when we play some sound by asset audio player. In video player we have this kind of option to mix sound with other playing audio which are playing but in audio player we can not do this
@kalismeras61 facing same issue with the **android** and **ios** please reopen this issue.and i have also followed all the things which are mentioned in the document. still background music is...
[ New Feature ] Icy metadata
First of all, thank you for making this plugin. Add support for **Icy metadata** in the livestream. An example in Android with **Exoplayer**: https://github.com/saschpe/android-exoplayer2-ext-icy Cheers! Thank you so much!
ForegroundServiceStartNotAllowedException
Flutter 3.13.1 Assets audio Player : 3.1.0 **Platform (Android / iOS / web) + version** Platform : Android Fatal Exception: android.app.ForegroundServiceStartNotAllowedException: Service.startForeground() not allowed due to mAllowStartForeground false: service com.goodvibes/com.github.florent37.assets_audio_player.notification.NotificationService...
It's not clear to me what I need to do when using Asssets Audio Player iin terms of freeing/releasing resources. For example, I have the following standalone method in one...