Flutter-AssetsAudioPlayer
Flutter-AssetsAudioPlayer copied to clipboard
Play simultaneously music/audio from assets/network/file directly from Flutter, compatible with android / ios / web / macos, displays notifications
Please update this package, my android v-14, gets crased when i click play,
**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...
**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...
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.
**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...
**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'....
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...
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