Jaime Wren
Jaime Wren
Yes, thanks for pinging. https://medium.com/flutter/gemini-in-android-studio-now-speaks-fluent-flutter-915dfec98274
The pre-requisite for this was to migrate to Gradle IntelliJ platform `2.1.x` to have the updated verifier which is done, this work will not be finished for this upcoming Milestone,...
Some additional work in https://github.com/flutter/flutter-intellij/pull/8018
Latest report from the marketplace continues to show progress and opportunity: https://plugins.jetbrains.com/plugin/9212-flutter/edit/versions/stable/712464. Also related, the verifier is currently not working see https://github.com/flutter/flutter-intellij/issues/8034 for status.
@pq -- If they are marked as APIs that will **removed** from the platform, then no we can't just ignore them unfortunately. In the case here of `PlatformUtils.getPlatformPrefix()`, this API...
Closing this issue since https://github.com/flutter/flutter-intellij/issues/8361 tracks the rest of the work for `SCHEDULED_FOR_REMOVAL_API_USAGES `, thanks @pq.
Batch close for the `com.intellij.openapi.wm.ToolWindow.setAvailable(boolean)` exception out of the Flutter IJ plugin, this is a duplicate of https://github.com/flutter/flutter-intellij/issues/7691 and is resolved in the release of the Flutter plugin, `82.1`.
I started to look at this, but versions of the currently required Kotlin plugin aren't being pulled down. ``` { "channel": "stable", "comments": "IntelliJ 2024.3", "name": "2024.3", "version": "2024.3", "isUnitTestTarget":...
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: - https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-migration.html - https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-faq.html - https://github.com/JetBrains/intellij-platform-gradle-plugin/releases...
Currently blocked by not being able to add dependencies into the Flutter IJ plugin, see issue opened here on the Gradle IJ project team: https://github.com/JetBrains/intellij-platform-gradle-plugin/issues/1810.