dart-sdk

Dart language SDK with VM, compiler, and core libraries

brewmacoslinux
Try with needOr install directly
Source

About

Dart Language SDK, including the VM, dart2js, core libraries, and more

Commands

dartdartaotruntime

Examples

Run a Dart script$ dart run hello.dart
Create a new Dart project$ dart create my_app
Compile Dart to native executable$ dart compile exe main.dart -o my_app