-
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
iOS MissingPluginException(No implementation found for method listen on channel medcorder_audio_events) #24
Comments
I'm getting this error as well. Flutter Stable v1.17.3
|
Did anyone of you get the solution @searchy2 and @Shakle ?, am also stuck here |
It doesn't look like this was built to work for iOS. If you do a search for any of the channel methods in the repo, you won't find any. There are only java implementations. Bummer that this wasn't developed for both platforms. |
Android works ok, but iOS shows this on init
The following MissingPluginException was thrown while activating platform stream on channel medcorder_audio_events:
MissingPluginException(No implementation found for method listen on channel medcorder_audio_events)
When the exception was thrown, this was the stack:
#0 MethodChannel.invokeMethod (package:flutter/src/services/platform_channel.dart:319:7)
#1 EventChannel.receiveBroadcastStream. (package:flutter/src/services/platform_channel.dart:517:29)
#3 EventChannel.receiveBroadcastStream. (package:flutter/src/services/platform_channel.dart:503:64)
#8 new MedcorderAudio (package:medcorder_audio/medcorder_audio.dart:13:43)
...
The text was updated successfully, but these errors were encountered: