jiusanzhou / flutter_floatwing

A Flutter plugin that makes it easier to make floating/overlay window for Android with pure Flutter. 一个可以用纯粹的Flutter来开发Android浮动窗口的插件。
Other
169 stars 28 forks source link

Can not work fine with some plugin which calling dart from Android. #8

Open jiusanzhou opened 2 years ago

jiusanzhou commented 2 years ago

This may be a common issue. Plugins register method channels and message channels in onAttachEngine, While the window engine started, those channels will be registered again. That will cause the call from the main engine(the app) missing response.

Known issues: #6

Currently I don't know how to handle this issue. Discussion is welcome!

k5924 commented 2 years ago

Does it produce any error message or error code in the console?

jiusanzhou commented 2 years ago

Does it produce any error message or error code in the console?

No, just can not receive the request from native side.