问题I'm trying to print a message to stderr. Is there a way to pass the stderr filehandle to print? 回答1:Found it: stderr.write("Message"); 来源:https://stackoverflow.com/questions/12181658/how-can-i-print-to-stderr-in-dart-in-a-synchronous-way 标签 dart dart-io