how two flutter engine communication with each other

651 Views Asked by At

I want to develop one miracast application, can flutter do this? Otherwise, I need to use two flutter engine, how can they communicate with each other? If no, I need to use java or swift as a bridge;

1

There are 1 best solutions below

0
ChessMax On

It looks like you can achieve a way to communicate btw two flutter engines with IsolateNameServer.registerPortWithName and IsolateNameServer.lookupPortByName methods.