You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the feedback! If your issue is related to the Flutter framework itself,
please open an issue at github.com/flutter/flutter.
Steps to Reproduce
Please tell us what you were doing and what went wrong
Version info
Please paste the output of running flutter doctor -v here (available from the command
line or from Tools > Flutter > Flutter Doctor). It will provide the version of the
Flutter framework as well as of the IntelliJ plugin.
The text was updated successfully, but these errors were encountered:
In order to continue to roll to new platform versions, starting with 2024.3, a migration to IntelliJ Platform Gradle Plugin (2.x) migration is required:
jwren
changed the title
flutter plugin IDE (IntelliJ IDEA 2024.3 EAP)
IntelliJ Platform Gradle Plugin (2.x) migration / Flutter plugin IDE (IntelliJ IDEA 2024.3 EAP)
Oct 18, 2024
Currently blocked by not being able to add dependencies into the Flutter IJ plugin, see issue opened here on the Gradle IJ project team: JetBrains/intellij-platform-gradle-plugin#1810.
This is part of the Gradle IntelliJ migration,
#7670
Message from the updated plugin:
```
> Task :flutter-idea:verifyPluginProjectConfiguration
[org.jetbrains.intellij.platform] The following plugin configuration issues were found:
- The IntelliJ Platform cache directory should be excluded from the version control system. Add the '.intellijPlatform' entry to the '.gitignore' file.
```
Thanks for the feedback! If your issue is related to the Flutter framework itself,
please open an issue at
github.com/flutter/flutter.
Steps to Reproduce
Please tell us what you were doing and what went wrong
Version info
Please paste the output of running
flutter doctor -v
here (available from the commandline or from
Tools > Flutter > Flutter Doctor
). It will provide the version of theFlutter framework as well as of the IntelliJ plugin.
The text was updated successfully, but these errors were encountered: