python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Invalid argument(s): Illegal argument in isolate message: (object is aReceivePort)
I am not sure if I am doing anything wrong in this code but I am clearly passing a SendPort when spawning a new isolate, however when I call:
Infrastructure.instance.initialize(); I get following exce...

AKornich
Votes: 0
Answers: 1
Can I use Async inside Dart Isolate ??? its not working
I am using ImageEditor package to merge different images. below is my code. its working perfectly fine without using Isolate, when i use it with isolate, i get null error.
Working code without Isolate...

Amanullah
Votes: 0
Answers: 1
Dart- Isolates are very slow when working with lists
I want to generate a list of 300 items from a String however when this task is divided into 3 isolates,where each isolate is generating a list of 100 items it takes just as long as it would take a sin...
Hamza Baig
Votes: 0
Answers: 1
Flutter - Main thread still hangs even when running heavy computations on seperate isolates
I am generating a list of a thousand items from an api response, this would hang my main thread so I seperated this task to five seperate isolates using the compute() method, where each isolate genera...
Hamza Baig
Votes: 0
Answers: 0