Visual Studio Code
To develop Dart apps, install Visual Studio Code (VS Code) and add the Dart extension.
Install VS Code
#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.
Unless stated otherwise, the documentation on this site reflects Dart 3.5.4. Page last updated on 2024-07-09. View source or report an issue.