Skip to content

Commit b4363aa

Browse files
authored
Initial README.md at the root of the project (#22)
This replaces #16
1 parent 6da2480 commit b4363aa

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## Project and repository history
2+
3+
This repository was originally a copy of the [Dart Plugin for IntelliJ from JetBrains](https://github.com/JetBrains/intellij-plugins/tree/master/Dart) through the commit https://github.com/JetBrains/intellij-plugins/commit/c912b13b1dd8acccd6259dedc4063848a8f87b2b.
4+
5+
Before the move to this repository, the project had 4 working and active branches which were used to build different IntelliJ versions:
6+
- `243` - 2024.3
7+
- `251` - 2025.1
8+
- `252` - 2025.2
9+
- `master` - the current master for intellij-community, targeting the next version 2025.3
10+
11+
In its original location the project was built with Bazel; however, in github.com/flutter, the project is built using Gradle (see https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin.html).

0 commit comments

Comments
 (0)