The Dart development compiler (dartdevc) compiles Dart as JavaScript AMD modules. These modules work for web app development in modern browsers.
Dart 2.18 removes thedartdevc
command-line tool from the Dart package, but retains the dartdevc compiler.
Usewebdev serve
to compile Dart code to modular JavaScript. This makes compilation faster and debugging easier.
Unless stated otherwise, the documentation on this site reflects Dart 3.9.2. Page last updated on 2025-9-15.View source orreport an issue.