-
Notifications
You must be signed in to change notification settings - Fork 37
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
Getting MissingPluginException. #11
Comments
Hi guys, got same issue here. Also tried FlutterBeep.playSysSound(AndroidSoundIDs.TONE_CDMA_ABBR_ALERT) and got the same error. |
Do this in your MainActivity.kt
|
@kbaylosis this didn't work for me, still getting the same error. |
@danielle-h what version of flutter are you using? that code i provided no longer applies in the latest flutter |
@kbaylosis I was using the latest flutter at the time. I haven't tried it since, I used a different solution to get a beep in my app. |
@kbaylosis I tested it now, it's working great, thanks! |
For java
The exception's gone but still don't heard any sound.
|
Calling in code FlutterBeep.beep(): Throwse this error in platform_channel.dart:
MissingPluginException(No implementation found for method stopSysSound on channel flutter_beep))
The text was updated successfully, but these errors were encountered: