这啥错 代码跟老师的一样的
来源:11-8 Flutter通信机制&Dart端实现【全栈皆宜】
罗小黑战记
2019-11-14
I/flutter ( 5349): The following MissingPluginException was thrown while activating platform stream on channel
I/flutter ( 5349): eventChannel:
I/flutter ( 5349): MissingPluginException(No implementation found for method listen on channel eventChannel)
I/flutter ( 5349):
I/flutter ( 5349): When the exception was thrown, this was the stack:
写回答
2回答
-
慕工程6001191
2020-11-02
我也遇到了,怎么解决的。代码都检查了,就是MissingPluginException(No implementation found for method listen on channel
00 -
CrazyCodeBoy
2019-11-15
应该是插件没有注册导致的,分别检查下你的native和dart代码看有没有问题,可参考这块的课程源码的实现:https://git.imooc.com/coding-304/GitHub_Advanced/src/master/demo/RNHybrid
012019-11-15
相似问题