audioplayers icon indicating copy to clipboard operation
audioplayers copied to clipboard

A Flutter package to play multiple audio files simultaneously (Android/iOS/web/Linux/Windows/macOS)

Results 279 audioplayers issues
Sort by recently updated
recently updated
newest added

This is my code import 'package:audioplayers/audio_cache.dart'; import 'package:flutter/material.dart'; void main() { runApp(MyApp()); } class MyApp extends StatelessWidget { // This widget is the root of your application. @override Widget build(BuildContext...

bug

This does not happen on Android. Only iOS. Occurs both in release and debug modes, in a simulator and also physical devices. Steps to reproduce: `var mp3Url = 'https://www.learningcontainer.com/wp-content/uploads/2020/02/Kalimba.mp3';` `audioPlayer.setUrl(mp3Url);`...

bug

Hi! I'm using the ``[1.0.0-rc.4](https://pub.dev/packages/audioplayers/versions/1.0.0-rc.4)`` that works fine in an Linux ubuntu desktop. but when I use it in a flutter-pi project, it shows me the below error: ``` [compositor]...

bug
waiting for report
platform-linux

audioplayers-main/packages/audioplayers/example/lib/components/tgl.dart: The argument type 'List' can't be assigned to the parameter type 'List'. Missing type arguments for generic method 'map'. The getter 'name' isn't defined for the type 'T'.

bug

I've noticed when I have my iPhone on silent mode and drag down the Notification Center the audio is muted but the audio player is still running. **Platforms** iOS *...

bug

Sorry, can you please reopen this ticket https://github.com/luanpotter/audioplayers/issues/902? On both Samsung Galaxy S8 and Samsung Galaxy S10 I get full log, as in the first post https://github.com/luanpotter/audioplayers/issues/902#issue-907687734 On the Android...

bug

I am recording audio and on next screen playing recorded audio. It works find on android but on IOS it didn't play I am getting the following in logs: "iOS...

bug

When I use text_to_speech to read a text aloud while using the audioPlays package to play a short sound effect, I get the following error message: "Error configuring audio session:...

bug

The play function may be async, but it still freezes the UI until play start. **Full Description** When a widget call play function of a `player` instance, with a remote...

bug

Hi I cannot get iOS Lock Screen slider to work. When I drag the player slider forward on the iOS Lock Screen ,it causes the audio to jump back and...

platform-ios