Skip to content

Commit de3ef6b

Browse files
authored
[docs] re-generate TOC; fix list numbers (#8451)
Regenerate the stale TOC. Fix a skipped list item number. --- - [x] I’ve reviewed the contributor guide and applied the relevant portions to this PR. <details> <summary>Contribution guidelines:</summary><br> - See our [contributor guide]([https://github.com/dart-lang/sdk/blob/main/CONTRIBUTING.md](https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview) for general expectations for PRs. - Larger or significant changes should be discussed in an issue before creating a PR. - Dart contributions to our repos should follow the [Dart style guide](https://dart.dev/guides/language/effective-dart) and use `dart format`. - Java and Kotlin contributions should strive to follow Java and Kotlin best practices ([discussion](#8098)). </details>
1 parent 2859572 commit de3ef6b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)