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;
Asked
Active
Viewed 538 times
1 Answers
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