We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a70048 commit e7423d0Copy full SHA for e7423d0
third_party/gradle.properties
@@ -7,15 +7,15 @@ pluginName = Dart
7
pluginId = Dart
8
9
# SemVer format -> https://semver.org
10
-pluginVersion = 89.0
+pluginVersion = 500.0
11
12
# TODO(https://github.com/flutter/dart-intellij-third-party/issues/23) Add a changelog
13
# Not currently used in the build.gradle.kts file:
14
# pluginRepositoryUrl = https://github.com/flutter/dart-intellij-third-party
15
16
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
17
pluginSinceBuild = 251
18
-pluginUntilBuild = 251.*
+pluginUntilBuild = 253.*
19
20
# Gradle Releases -> https://github.com/gradle/gradle/releases
21
gradleVersion = 8.13
0 commit comments