Ed JR.

Results 19 comments of Ed JR.

I also noticed those warnings, you should probably propose a pull request since you seem to understand where they are coming from. Apparently you are also trying to build an...

@ThinkDigitalRepair You'll have to fork the repository and reference your version of this library in the yaml deps file waiting for the maintainers of this repo to merge your PR....

Hey I have noticed the same issue. I just realized the the speaker on Android works fine but no sound on iOS. @takaoandrew as you solved the problem can you...

Hey @takaoandrew I just saw it in there on this path ``` ios/Classes/AudioplayerPlugin.m ```

Hey @takaoandrew I just proposed the PR waiting for it to be merged, don't worry any more about doing it.

At some point someone needs to fork this repository to continue developing it. Apparently the maintainers have abandoned it, I proposed a PR for speakers sound problem on iOS pull...

Hey folks I do think @jinfagang was right we need to do a serious fork and keep the development active for a good audio support on Flutter somewhere else. Nothing...

@dustin-graham I think it's even a better alternative. Do it if you can, we will be coming to contribute. Hopefully the Flutter folks at Google will accept the PR.

The way to fix that is 1. Set `AVAudioSession `category to playback mode, I proposed a fix waiting to be merged : pull request #43 2. Add ausio in` UIBackgroundModes`...

Is it an iOS specific case, if so please do add the audio background permissions. I have not yet seen this problem on Android unless you are stopping the player...