Flutter-AssetsAudioPlayer icon indicating copy to clipboard operation
Flutter-AssetsAudioPlayer copied to clipboard

Play simultaneously music/audio from assets/network/file directly from Flutter, compatible with android / ios / web / macos, displays notifications

Results 185 Flutter-AssetsAudioPlayer issues
Sort by recently updated
recently updated
newest added

When using the setVolume(double) nothing changes, it remains 1.0

bug

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...

bug

## 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...

new feature

I see this supports Mac, is there any plan to support Linux and Windows as well?

new feature

**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...

bug

**Flutter Version** My version : Latest **Lib Version** My version : Latest **Platform (Android / iOS / web) + version** Platform : **Describe the bug** "autoPlay" should be edited to...

bug

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...

new feature

**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...

bug

**Describe the feature you'd like** A clear and concise description of what you want to happen.

new feature