Installing Dart locally

Learn how to install Dart locally to solve Exercism's exercises on your own machine


Installing Dart

Manual install instructions (for advanced users)

Verify Installation

  • From a new command window or terminal, type dart --version to verify that Dart is now available. If the output shows the version number, then Dart is correctly installed on your computer.

Dart Plugin for your IDE or Editor