你好,最近在做一个项目,想在副屏界面调用camera插件,也是碰到了上面的问题。
看到你开源的双屏插件,这文章提供了解决的思路。
个人刚刚入门flutter,之前安装插件都是自动绑定和生成 GeneratedPluginRegistrant 类,不知道如果手动绑定。
想知道你写的newEngine.plugins.add(VideoPlayerPlugin())这段代码是需要写在哪里?按照你写得尝试在FlutterSubscreenPresentation加了这段代码好像还是不行,是方法不对吗?
Unhandled Exception: PlatformException(channel-error, Unable to establish connection on channel.,...问题描述 flutter-application项目中,我们开发维护了一个flutter-plugin用于业务逻辑与原生的交互,原生模块中使用了flutterView,并新建...