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 203 Flutter-AssetsAudioPlayer issues
Sort by recently updated
recently updated
newest added

Please update this package, my android v-14, gets crased when i click play,

new feature

**Flutter Version** My version : Future **Lib Version** My version : 3.1.1 **Platform (Android / iOS / web) + version** Platform : Android **Describe the bug** Remove references to deprecated...

bug

**Describe the feature you'd like** Years ago this feature worked for the audio player and supported Car Play but Apple has since changed this feature and now requires developers to...

new feature

Currrent dependency version is 0.27.3. Could you please upgrade to latest stable for next package update? It's giving me conflicts with other packages I cannot updgrade anymore.

new feature

**Flutter Version** My version : 3.24 **Lib Version** My version : 3.0.0 **Platform (Android / iOS / web) + version** Platform : Android 14 **Describe the bug** App crashes when...

bug

**Flutter Version** My version : 3.27.2 **Lib Version** My version : **Platform (Android / iOS / web) + version** Platform : Android **Describe the bug** Execution failed for task ':assets_audio_player_web:compileReleaseKotlin'....

bug

Fixes https://github.com/florent37/Flutter-AssetsAudioPlayer/issues/856 ### Description - Brings `assets_audio_player_web` package back to the repository (it was deleted in https://github.com/florent37/Flutter-AssetsAudioPlayer/pull/858) - Migrates to `package:web` to support WASM

I checked and found that the pobspec file and the name content inside have not changed to the new package name. No podspec found for `assets_audio_player_plus` in `.symlinks/plugins/assets_audio_player_plus/ios` ``` java...

bug

Fixing some typos I noticed - _receieveChannel to _receiveChannel - overriden to overridden - was'nt to wasn't - stram to stream this is my first ever contribution 💯

This function is used by the macOS code but it is inside a `#if os(iOS)` block. After moving this function, it at least compiles. Fixes #841