You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an open issue to update the whole flutter_isolate plugin for compatibility with FlutterEngineGroup (see #73), but at the moment I don't this will work as-is. I did some initial work to test this (on Android only) - see https://github.com/nmfisher/flutter_isolate_engine_group - but from memory the FlutterEngineGroup API wasn't stable at the time so I don't think this went very far.
I still plan to implement this but I won't have time for at least a couple of months so don't hold your breath. If you implement this for iOS, I would certainly welcome a PR (or at least sharing the code you use to get it working).
Hi, On the iOS platform, I use
FlutterEngineGroup
to create multiple engines, can I useflutter_isolate
for data communication? Thanks.The text was updated successfully, but these errors were encountered: