You can use VS Code to develop Dart apps.
To develop Dart apps, install Visual Studio Code (VS Code) and add the Dart extension.
To install the latest version of VS Code, follow Microsoft's instructions for the relevant platform:
Install the VS Code Dart extension
The Dart extension for VS Code supports Dart-specific development capabilities. These include syntax highlighting, package resolution, hot reload, and others.
Launch VS Code.
-
Click Extensions in the Activity Bar.
You can also press Control / Command + Shift + X. -
In the Search box, type
Dart. The first extension returned should be the Dart extension. Click Install.
To review the full list of features, consult the extension documentation.
Was this page's content helpful?
Unless stated otherwise, the documentation on this site reflects Dart 3.11.0. Page last updated on 2025-09-04. View source or report an issue.