Closed ntkme closed 7 months ago
The thread safety issue of writeln has been fixed in https://github.com/dart-lang/sdk/commit/1d3d819ecfa2000ed11a137f5ee80df5bb687819, which is in dart-sdk >3.3.0.
writeln
Unfortunately, dart-sdk only fixed thread-safety issue with print, but not writeln: https://github.com/dart-lang/sdk/issues/55345
print
The thread safety issue of
writeln
has been fixed in https://github.com/dart-lang/sdk/commit/1d3d819ecfa2000ed11a137f5ee80df5bb687819, which is in dart-sdk >3.3.0.