io 1.0. Utilities for the Dart VM Runtime including support for ANSI colors, file copying, and standard exit code values . Contains utilities for the Dart VM’s dart:io .
Read moreWhat is Dart io?
The dart:io library is aimed at code that runs in Flutter and the standalone Dart VM . In this article we will give you a feel for what is currently possible with dart:io by going through a couple of examples. Note: When writing a Flutter app, use Flutter-specific APIs instead of dart:io whenever possible.
Read more