Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Project and repository history

This repository was originally copy of the Dart Plugin from IntelliJ from JetBrains, https://github.com/JetBrains/intellij-plugins/tree/master/Dart through the commit https://github.com/JetBrains/intellij-plugins/commit/c912b13b1dd8acccd6259dedc4063848a8f87b2b.

Before the move to this repository, the project had 4 working and active branches which were used to build different IntelliJ versions:
- `243` - 2024.3
- `251` - 2025.1
- `252` - 2025.2
- `master` - the current master for intellij-community, targeting the next version 2025.3

In its original location the project was built with Bazel, in github.com/flutter, the project is built using Gradle, see https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin.html.