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
**Flutter Version** My version : 3.0.1 **Lib Version** My version : 3.0.4+1 **Platform (Android / iOS / web) + version** Platform : Android 6.0.1 **Describe the bug** In old android...
**Flutter Version** Flutter (Channel stable, 2.0.6, on Microsoft Windows [Versión 10.0.19042.928], locale es-ES) **Lib Version** assets_audio_player: ^3.0.3+3 assets_audio_player_web: ^3.0.3+3 **Platform (Android / iOS / web) + version** Web **Describe the...
# Same interractions on Android & ios : ```dart settings: NotificationSettings.multiplatform( prev: NotificationActionsPrev.prev(), playPause: null, //to disable it next: NotificationActionsNext.next( customAction: (player) { //action } ), stop: NotificationActions.stop(), ) ```
**Flutter Version** My version : 2.10.4 **Lib Version** My version : 3.0.4+1 **Platform (Android / iOS / web) + version** Platform : android **Describe the bug** Switch to the background...
Can you provide custom icon for iOS platform just like in Android platform?
**Flutter Version** My version : Flutter (Channel stable, 2.10.0, on macOS 12.1 21C52 darwin-arm) **Lib Version** My version : assets_audio_player: ^3.0.4+1 **Platform (Android / iOS / web) + version** Android...
**Flutter Version** My version : ``` Flutter 2.12.0-4.1.pre • channel beta • https://github.com/flutter/flutter.git Framework • revision 680962aa75 (11 days ago) • 2022-03-16 13:46:03 -0700 Engine • revision e9f57b5d0f Tools •...
Hi, it would be better if we can design the notification, color as gradients or single color. And add more styling too. For security add screen record detection so we...
How to remove (or close) the currently playing list and play the next playlist?
Hi, great job for this great code, I have a problem enough important. As the player stop, the player doesn't do anything, becomes white . From what can depends such...