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
When using the setVolume(double) nothing changes, it remains 1.0
Hi, I downloaded the latest version of package from GitHub and was trying to start example. All looks working, but after tapping on stop player disappears, there are no errors...
## Problem Right now you can't open/initialize the player with a playlist with zero audio resources (empty playlist). The code responsible for this behavior can be seen [here](https://github.com/florent37/Flutter-AssetsAudioPlayer/blob/master/lib/src/assets_audio_player.dart#L1184-L1191): ```dart if...
I see this supports Mac, is there any plan to support Linux and Windows as well?
**Flutter Version** My version : 1.20.3 **Lib Version** My version : 2.0.10 **Platform (Android / iOS / web) + version** Platform : iOS 13.6.1 **Describe the bug** I play sound...
**Flutter Version** My version : Latest **Lib Version** My version : Latest **Platform (Android / iOS / web) + version** Platform : **Describe the bug** "autoPlay" should be edited to...
We know that currentposition only apply to AssetsAudioPlayer not to each Audio object, so when we play some audio then pause or play to next (or previous) audio when we...
**Flutter Version** My version : 2.2.2 **Lib Version** My version : 3.0.3+3 **Platform (Android / iOS / web) + version** Platform : Android **Describe the bug** First of all, my...
**Describe the feature you'd like** A clear and concise description of what you want to happen.