tal-tech / d_stack

A Flutter hybrid stack solution
MIT License
106 stars 37 forks source link

flutter1->native1->flutter2->native1->flutter1 在flutter1上注册的部分第三方插件失效 #2

Closed chenchunhao9125 closed 3 years ago

RebortY commented 4 years ago

No description provided.

可以提供更详细的信息么?

chenchunhao9125 commented 4 years ago

能否在demo 中加入第三方插件的调用 比如 image_picker 或者自定义的plugin

whqfor commented 4 years ago

可以的,我们尽快加上

whqfor commented 3 years ago

经过验证应该不存在无法注册的问题。针对image_picker这个库问题,最早的时候我们也遇见过,和混合栈无关,image_picker会在程序启动的时候获取rootViewController,使用SB加载页面的时候Flutter加载会有延迟导致image_picker获取不到跟控制器。