-
Notifications
You must be signed in to change notification settings - Fork 853
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unhandled Exception: MissingPluginException(No implementation found for method play on channel xyz.luan/audioplayers) #519
Comments
Hi, this seems to be a problem with flutter/pub themselves. can you please try running:
again? also if the problem persists please provide:
|
Hi,
I am developing my app in Andriod. When I running my app, I got these messages:
There is no any sound. When I run [✓] Flutter (Channel beta, v1.15.17, on Mac OS X 10.15.4 19E287, locale zh-Hans-CN) [✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3) [!] Xcode - develop for iOS and macOS (Xcode 11.4.1) [✓] Android Studio (version 3.6) [!] IntelliJ IDEA Community Edition (version 2019.2.2) [!] VS Code (version 1.38.1) [✓] Connected device (1 available) ! Doctor found issues in 3 categories. What is the problem? |
I was building a Linux application with flutter, I realized that there are no libraries for playing audio with Linux so I created an ffi to do it |
@jacobtye did you end up publishing your FFI binding for playing audio on Linux? |
|
Error when trying to use audioplayers on flutter linux
code:
(the url was to test it before I used the audio that I got from the google api)
this is what the output was:
The text was updated successfully, but these errors were encountered: