From the original article:
<a href="https://medium.com/dartlang/dart2native-a76c815e6baf" rel="nofollow">https://medium.com/dartlang/dart2native-a76c815e6baf</a><p>"the executables created with dart2native are self-contained, they can run on machines that don’t have the Dart SDK installed. And because they’re compiled with Dart’s AOT compiler, the executables start running in just a few milliseconds."<p>and some fun stuff:
"Using Dart core libraries, dart:ffi, and the dart_console library, we can create pretty interesting console apps. The dart_console package includes a full demo of kilo, a console text editor written in just ~500 lines of Dart code. The name kilo comes from its origin, kilo.c, which was a C implementation in roughly 1000 lines of code."