rmawatson/flutter_isolate

Windows support would be amazing

sidetraxaudio opened this issue · 3 comments

Currently developing on desktop where the single threaded implications being encountered are horrific. The plugin wrapping is a must. You guys have done such good work, anyone with Windows experience to port this would benefit the community greatly.

+1 it would be amazing

I re-searched Google again to see if the flutter team had any solutions for using platform channels with isolates.

Found this article about "Background isolate channels".

@Vivaldo-Roque yes, this is actually being tracked in #128. I think the basic use case for this plugin (invoking other plugins from another isolate) is now deprecated because Flutter now has this capability out-of-the-box. I would advise anyone who simply needs to call plugin code from a background isolate to use official background isolate channels.

This plugin still supports some ancillary use cases (like calling dart.ui functions outside the main isolate) that aren't supported by Flutter. If you need that, you need to stick with this plugin.