Posts by Daniel Magri • 1 point
1 post
-
0
votes1
answer483
viewsA: How to return data from a thread to the runtime layout in flutter
This code can do what you want, it creates a Isolate and returns a reply each time you send a "photo" static _processar(SendPort sendPort) async { // Cria a porta para receber a foto ReceivePort…