Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@
[![integration tests](https://github.com/flutter/dart-intellij-third-party/actions/workflows/integration_tests.yaml/badge.svg?label=integration%20tests)](https://github.com/flutter/dart-intellij-third-party/actions/workflows/integration_tests.yaml)


## Installing Dev Builds
Comment thread
helin24 marked this conversation as resolved.

To receive development builds of the Dart plugin in IntelliJ IDEA:

1. Open **Settings** (or **Preferences** on macOS) in IntelliJ IDEA.
2. Go to **Plugins**.
3. Click the ⚙️ (**Gear icon**) at the top right of the Plugins panel and select **Manage Plugin Repositories...**.
Comment thread
helin24 marked this conversation as resolved.
Outdated
4. Click **+** and add the dev channel repository URL:
```text
https://plugins.jetbrains.com/plugins/dev/6351
```
5. Click **OK**. The IDE will now check for and install updates from the `dev` channel.


## Development setup

1. Clone this repository with
Expand Down
Loading