|
1 | | -We have an early-access version of the plugin, called the dev channel. This version will be updated weekly, containing all changes made in the previous week. To use it you need to configure IntelliJ or Android Studio to look for plugins on the dev channel repository. |
| 1 | +We have an early-access version of the plugin, called the dev channel. This version is updated daily, containing all changes made to the |
| 2 | +main branch at the time of the build. To use it, you need to configure your settings to look for plugins on the dev channel |
| 3 | +repository. |
2 | 4 |
|
3 | | -NOTE: If you already have the Flutter plugin installed, please uninstall it before proceeding. Once you have the plugin installed from one channel it will not be available on other channels. |
| 5 | +## Configuring settings for the dev release |
4 | 6 |
|
5 | | -Open the Plugins preference page (macOS) or settings page (Windows, Linux). Click the gear at the top-right and select _Manage Plugin Repositories_. |
| 7 | +NOTE: If you already have the Flutter plugin installed, please uninstall it before proceeding. Once you have the plugin installed from one |
| 8 | +channel it will not be available on other channels. |
6 | 9 |
|
| 10 | +Open the Plugins preference page (macOS) or settings page (Windows, Linux). Click the gear at the top-right and select _Manage Plugin |
| 11 | +Repositories_. |
7 | 12 |
|
8 | 13 |  |
9 | 14 |
|
10 | | - |
11 | 15 | A list editor will pop up that allows you to edit custom plugin repositories. Add this to the list: |
12 | 16 | [https://plugins.jetbrains.com/plugins/dev/list](https://plugins.jetbrains.com/plugins/dev/list) |
13 | 17 |
|
14 | | - |
15 | 18 |  |
16 | 19 |
|
17 | | - |
18 | 20 | Then click OK. The version of the Flutter plugin you see in the Marketplace list will be the dev channel version. |
19 | 21 |
|
20 | | - |
21 | 22 |  |
| 23 | + |
| 24 | +## Revert to stable releases |
| 25 | + |
| 26 | +To revert to stable releases, access "Manage Plugin Repositories" as described above, then remove the dev URL. This will prevent the IDE |
| 27 | +from suggesting the dev releases in the future. |
| 28 | + |
| 29 | +Go to the [Flutter plugin versions](https://plugins.jetbrains.com/plugin/9212-flutter/versions/stable) and download the stable release you'd |
| 30 | +like to use. |
| 31 | + |
| 32 | +Install the downloaded plugin by going to the Plugin page and clicking on the gear icon, then selecting "Install plugin from disk". |
0 commit comments