Future
then you will know its time to come back here and read about Futures.await
, Futures
, Isolates
or any other Dart functionality. Its all yours to use and abuse as you will.Futures
.Futures
are great and all but they do make the code more complex and harder to read.Futures
read up on waitFor
and check out DCli's own waitForEx
function that does stacktrace repair when an exception is thrown.