@@ -10,13 +10,11 @@ Contributing to Flutter Plugin for IntelliJ
10
10
* [ Configure "Project Structure" settings] ( #configure-project-structure-settings )
11
11
* [ Configure the Gradle settings] ( #configure-the-gradle-settings )
12
12
* [ Build and run the plugin] ( #build-and-run-the-plugin )
13
- * [ Handle symlinks] ( #handle-symlinks )
14
13
* [ Provision Tool] ( #provision-tool )
15
14
* [ Running plugin tests] ( #running-plugin-tests )
16
15
* [ Using test run configurations in IntelliJ] ( #using-test-run-configurations-in-intellij )
17
- * [ Using the plugin tool on the command line] ( #using-the-plugin-tool-on -the-command-line )
16
+ * [ Using the command line] ( #using-the-command-line )
18
17
* [ Adding platform sources] ( #adding-platform-sources )
19
- * [ Working with Android Studio] ( #working-with-android-studio )
20
18
* [ Flutter DevTools Integration] ( #flutter-devtools-integration )
21
19
* [ Working with Embedded DevTools (JxBrowser)] ( #working-with-embedded-devtools-jxbrowser )
22
20
* [ Developing with local DevTools] ( #developing-with-local-devtools )
@@ -117,14 +115,14 @@ name and contact info to the [AUTHORS](AUTHORS) file.
117
115
- [IntelliJ Downloads](https://www.jetbrains.com/idea/download/)
118
116
- Either the community edition (free) or Ultimate will work.
119
117
120
- 3 . Start IntelliJ IDEA with the `flutter-intellij` project.
118
+ 2 . Start IntelliJ IDEA with the `flutter-intellij` project.
121
119
- If you see a popup with "Gradle build scripts found",
122
120
**confirm loading the Gradle project, and wait until syncing is done.**
123
121
- If you didn' t see the popup at the first start, ** delete & re-clone the repo** and try again.
124
122
- Install DevKit plugin when prompted (this is required for later steps)
125
123
- Ignore suggestion for ` protobuf-java` plugin, unless you want it.
126
124
127
- 4 . Prepare other dependencies from the command line:
125
+ 3 . Prepare other dependencies from the command line:
128
126
- ` cd path/to/flutter-intellij`
129
127
- ` dart pub get`
130
128
- ` (cd tool/plugin; dart pub get)`
0 commit comments