Dart
The dialog box opens when you click the Dart Settings button on
the toolbar. Use the dialog box to configure the Dart SDK and the
Dartium browser. The SDK is not bundled with IntelliJ IDEA and has to be downloaded
manually. For information on the available versions of Dart SDK and for installation
instructions, refer to http://www.dartlang.org/downloads.html.
Item | Description |
---|---|
Enable Dart support in project <project name> |
|
Dart SDK Path |
In this text box,
specify the location of the downloaded Dart SDK.
Type the path manually or click the Browse button ![]() If IntelliJ IDEA recognizes the Dart SDK correctly, it displays the revision number of the detected SDK 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 check box 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:
From the drop-down list, choose the release types of SDK to look in, the available options are: |
Dartium Path |
In this text box,
specify the location of the Dartium executable file. In the Dartium browser,
you can run Dart code without previously transpiling it into JavaScript.
Type the path manually or click the Browse button ![]() |
See Also
```
Language and Framework-Specific Guidelines:
External Links:
Last modified: 21 March 2017