IntelliJ IDEA 2019.1 Help

Dart

File | Settings | Languages and Frameworks | Dart for Windows and Linux
IntelliJ IDEA | Preferences | Languages and Frameworks | Dart for macOS
Ctrl+Alt+S
Settings

Item

Description

Enable Dart support in project <project name>

  • When this checkbox is selected, IntelliJ IDEA provides assistance in coding, testing, running, and debugging Dart applications and enables you to configure the Dart SDK.

  • When the checkbox is cleared, no assistance in developing Dart applications is provided and all the controls on the page are disabled.

Dart SDK path

In this text box, specify the location of the downloaded Dart SDK. Type the path manually or click browseButton.png and choose the path in the dialog box that opens. If IntelliJ IDEA recognizes the Dart SDK correctly, its revision number is displayed in the Version read-only field.

Version

In this read-only field, IntelliJ IDEA shows the revision number of the detected Dart SDK, provided that the SDK is recognized correctly.

Check SDK update

When this checkbox is selected, IntelliJ IDEA checks whether the specified above version of SDK is the latest one. If a newer version of SDK is available, IntelliJ IDEA displays a pane at the top of the active editor informing you that a newer SDK version has been released. Do one of the following:
  • Click the Download SDK link and download it from the site.

  • If you have already downloaded the latest SDK version, click the Dart Settings link to switch to the Dart page of the Settings dialog box and specify the new SDK location.

From the drop-down list, choose the release types of SDK to look in, the available options are:

  • Stable channel
  • Stable and Dev channels

Webdev server port

In this field, specify the port on which the Webdev server will start when the Dart web app starts during a debugging session, see Running and debugging Dart web applications.

The default Webdev server port is 53322. If this port is already busy, IntelliJ IDEA uses the closest free one.

Last modified: 20 June 2019

See Also

Language and Framework-Specific Guidelines: