rmawatson/flutter_isolate

On the iOS platform,How to share data using flutter_isolate

Opened this issue · 1 comments

Hi, On the iOS platform, I use FlutterEngineGroup to create multiple engines, can I use flutter_isolate for data communication? Thanks.

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).