Dart language SDK with VM, compiler, and core libraries.
Dart Language SDK, including the VM, dart2js, core libraries, and more
dartdartaotruntime$ dart run hello.dart$ dart compile exe main.dart -o myapp$ dart format lib/$ dart analyze lib/$ dart create my_project