2

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;

Andronicus
  • 25,419
  • 17
  • 47
  • 88
Jianming Wan
  • 45
  • 1
  • 4

1 Answers1

0

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

ChessMax
  • 2,125
  • 1
  • 16
  • 16