Web platform: For apps targeting the web, Dart includes both a development time compiler (dartdevc) and a production time compiler (dart2js) . Both compilers translate Dart into JavaScript.
Read moreIs Dart compiled?
Yes. Dart programs can be compiled to native x64 machine code for running in a Terminal/Command Prompt on desktop operating systems such as Windows, macOS, and Linux . For more details, see the dart compile documentation.
Read more