IntelliJ & Android Studio

    Whichever JetBrains IDE you choose for Dart development,this page has resources to help you get started quicklyand find more information when you need it.

    Note: a JetBrains IDE for client-side development, comes with the Dart plugin pre-installed.

    If you don’t already have the IDE and the Dart SDK, get them.Then install the Dart plugin and tell it where to find the Dart SDK.

    Install a JetBrains IDE if you don’t already have one.

    If you don’t already have the Dart SDK,install it.

    Here’s one way to configure Dart support:

    • Start the IDE, and install the Dart plugin. To find the Dart plugin, from the Welcome screen choose Configure > Plugins, then click Install JetBrains plugin, and then search or scroll down until you find Dart. Once you've installed the Dart plugin, restart the IDE.

    • Create a new Dart project:

      • From the Welcome screen, click Create New Project.
      • In the next dialog, click Dart.

    Note: The Dart SDK path specifies the directory that contains the SDK’s bin and directories; the bin directory contains tools such as and dartfmt. The IDE ensures that the path is valid.

    An alternative to Step 2 is to open an existing Dart project,and then open its file or any of its Dart files.

    Please report issues and feedback via the officialJetBrains issue tracker for Dart.Include details of the expected behavior, the actual behavior,and screenshots if appropriate.