Dart settings
Last modified: 10 August 2022Required plugin: Dart
Install the plugin on the Settings/Preferences | Plugins page, tab Marketplace. The plugin is available only in IntelliJ IDEA Ultimate.
File | Settings | Languages & Frameworks | Dart for Windows and Linux
IntelliJ IDEA | Preferences | Languages & Frameworks | Dart for macOS
Ctrl+Alt+S
Item | Description |
---|---|
Enable Dart support in project <project name> |
|
Dart SDK path | In this field, specify the location of the downloaded Dart SDK. Type the path manually or click |
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:
From the list, choose the release types of SDK to look in, the available options are:
|
Webdev server port | In this field, specify the port on which the webdev server will start the Dart web app , see Running and debugging Dart web applications. If you are debugging your Dart web application with Dart webdev daemon, configure the port in the Dart Web run/debug configuration, 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. |
Thanks for your feedback!