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

**Flutter Version** My version : 2.10.2 **Lib Version** My version : 3.0.4+1 **Platform (Android / iOS / web) + version** Platform : iOS 15.1+ ![image](https://user-images.githubusercontent.com/1019425/155701914-be07fe56-a8df-4a44-a21e-c90c089ea98f.png) **Describe the bug** Recently, we've...

bug

Requested feature : Fetching metadata from audio files. Full Description Metadata of an audio file is most important things in audio related apps. With the help of meta data we...

new feature

I'm trying to develop a player to play audios simultaneously. It works fine on android and with minimum delay, but when I play them in IOS they get played after...

bug

Under PlayerImplemExoPlayer.kt This part seems to cause an issue. m3u8 cannot play properly on android. Line 47 to Line 52. When audio type is network and file type is either...

bug

**Flutter Version** My version : 2.15.1 **Lib Version** My version : 3.0.4 **Platform (Android / iOS / web) + version** Platform : web (Chrome) **Describe the bug** I think there's...

bug

A RenderFlex overflowed by 19 pixels on the right. ![Screenshot_20220129-182023](https://user-images.githubusercontent.com/23090085/151657873-659fd594-39fd-4d88-a8e3-601365999178.png) Maybe you can try replacing SizedBox with Spacer to solve the problem. ![Screenshot_20220129-182854](https://user-images.githubusercontent.com/23090085/151657882-47153a2e-6eed-4f73-8aaa-65895a4b79c6.png)

bug

**Flutter Version** My version : 2.5.3 **Lib Version** My version : Latest **Platform (Android / iOS / web) + version** Platform : IOS **Describe the bug** Asset Player not support...

bug

**Flutter Version** My version : 2.5.3 **Lib Version** My version : ^3.0.3+1 **Platform (Android / iOS / web) + version** Platform : Android SDK = 31.0.0 **Describe the bug** I...

bug

**Flutter Version** 2.2.3 My version : 2.2.3 **Lib Version** 3.0.3+6 My version : 3.0.3+6 **Platform (Android / iOS / web) + version** Platform : iOS and Android **Describe the bug**...

bug

When I play audio from the playlist, after the end of the track, it automatically skips to the next track. How can I ensure that one track is played in...

new feature