@@ -10,13 +10,11 @@ Contributing to Flutter Plugin for IntelliJ
1010 * [ Configure "Project Structure" settings] ( #configure-project-structure-settings )
1111 * [ Configure the Gradle settings] ( #configure-the-gradle-settings )
1212 * [ Build and run the plugin] ( #build-and-run-the-plugin )
13- * [ Handle symlinks] ( #handle-symlinks )
1413 * [ Provision Tool] ( #provision-tool )
1514 * [ Running plugin tests] ( #running-plugin-tests )
1615 * [ 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 )
1817 * [ Adding platform sources] ( #adding-platform-sources )
19- * [ Working with Android Studio] ( #working-with-android-studio )
2018 * [ Flutter DevTools Integration] ( #flutter-devtools-integration )
2119 * [ Working with Embedded DevTools (JxBrowser)] ( #working-with-embedded-devtools-jxbrowser )
2220 * [ Developing with local DevTools] ( #developing-with-local-devtools )
@@ -117,14 +115,14 @@ name and contact info to the [AUTHORS](AUTHORS) file.
117115 - [IntelliJ Downloads](https://www.jetbrains.com/idea/download/)
118116 - Either the community edition (free) or Ultimate will work.
119117
120- 3 . Start IntelliJ IDEA with the `flutter-intellij` project.
118+ 2 . Start IntelliJ IDEA with the `flutter-intellij` project.
121119 - If you see a popup with "Gradle build scripts found",
122120 **confirm loading the Gradle project, and wait until syncing is done.**
123121 - If you didn' t see the popup at the first start, ** delete & re-clone the repo** and try again.
124122 - Install DevKit plugin when prompted (this is required for later steps)
125123 - Ignore suggestion for ` protobuf-java` plugin, unless you want it.
126124
127- 4 . Prepare other dependencies from the command line:
125+ 3 . Prepare other dependencies from the command line:
128126 - ` cd path/to/flutter-intellij`
129127 - ` dart pub get`
130128 - ` (cd tool/plugin; dart pub get)`
0 commit comments