Closed Kayouyou closed 2 years ago
可否复现或者你设置事件的时机是什么时候呢?
在main()中初始化,具体开屏广告是在自定义的splashscreen中拉取的。注释拉取开屏广告代码,只保留初始化代码同样报这个错误,安卓一直可以复现,iOS的正常。
[ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: MissingPluginException(No implementation found for method initAd on channel flutter_qq_ads)
E/flutter (31862): #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:175:7)
E/flutter (31862):
The following MissingPluginException was thrown while activating platform stream on channel flutter_qq_ads_event: MissingPluginException(No implementation found for method listen on channel flutter_qq_ads_event)
When the exception was thrown, this was the stack:
你来个最小可复现的 Demo 把,并且把你的 flutter 版本和项目版本,引用插件的版本都贴出来
好的,我稍后抽个时间弄个demo,谢谢
可以的,好了我复现一下,看看有解决方案或者插件修复
佬大, 这个问题现在依然存在, demo都跑不起来
发一下Flutter版本和复现Demo
iOS 正常,Android 跑真机有这个异常。