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 : Channel stable 2.10.4 **Lib Version** My version : ^3.0.4+1 **Platform (Android / iOS / web) + version** Platform : iOS **Describe the bug** IOS don't...

bug

**3.0.5** My version : 3.0.5 **Lib Version** My version : **Android** Platform : **Describe the bug** android.app.ForegroundServiceStartNotAllowedException: Service.startForeground() not allowed due to mAllowStartForeground false: service com.imusic.host/com.github.florent37.assets_audio_player.notification.NotificationService **Small code to reproduce**...

bug

**Flutter Version** My version : **Lib Version** My version : **Platform (Android / iOS / web) + version** Platform : **Describe the bug** A clear and concise description of what...

bug

Hi friends, Does somebody knows Music API's like on Facebook, Instagram or TikTok, for example, to have the latest songs from charts etc. Thanks in advance!

new feature

**Flutter Version** 1.22.6 My version : assets_audio_player: ^2.0.14 My version : IOS Platform : **Describe the bug** Cannot play song **Small code to reproduce** ```dart import 'package:assets_audio_player/assets_audio_player.dart'; import 'package:flutter/material.dart'; void...

bug

**Flutter Version** My version : 3.0.5 **Lib Version** My version : ^3.0.5 Platform : Android / IOs **Describe the bug** Set Volume doesn't works if the native volume's from system...

bug

Just trying play some asset sound on android: ``` AssetsAudioPlayer.newPlayer().open( Audio("sounds/ui_camera-shutter.wav"), autoStart: true, showNotification: true, ); ``` error mesage: ``` I/ViewRootImpl@8c5707f[MainActivity](15905): ViewPostIme pointer 0 I/MSHandlerLifeCycle(15905): isMultiSplitHandlerRequested: windowingMode=1 isFullscreen=true isPopOver=false isHidden=false...

bug

I did a list of Playlist with network url, when I played the audio playlist the duration is always shown as 0:00:00.000000 ``` var assetsAudioPlayer = AssetsAudioPlayer(); assetsAudioPlayer.current.value!.audio.duration: 0:00:00.000000 ```...

bug

**Flutter Version** My version : stable 2.5.0 **Lib Version** My version : ^3.0.3+6 Platform : iOS 14.4, iOS 14.8 **Describe the bug** PlayerBuilder.isBuffering listener is always true, workd ok on...

bug

I have faced this problem too #615 and fixed it by emiting false in _buffering stream `_isBuffering.add(false);`