flutter-intellij
flutter-intellij copied to clipboard
Flutter Plugin for IntelliJ
We are probably using an old key for the release build and need to update it internally.
Tracking issue for https://github.com/dart-lang/sdk/issues/56380 in the flutter/flutter-intellij bug repo.
## What happened "Open Android module in Android Studio" and "Open ios module in XCode" have gone after upgrading Flutter plugin to 80.x, which caused significant inconvenience. . ## Steps to Reproduce I install IDE in window and...
I noticed this because the extensions view was empty for an IntelliJ project that should have DevTools extensions (due to the dependencies on the `provider` and `flame` packages). ![Screenshot 2024-08-20...
I am creating a Wrap with shortcut, but I don't want it to work on non Widgets. How can I determine? this is my idea plugin code ```kotlin import com.intellij.codeInsight.intention.PsiElementBaseIntentionAction...
## What happened I started a unit test for flutter. ## Version information IntelliJ IDEA `2024.2.0.1` • Flutter plugin `io.flutter 81.1.3` • Dart plugin `242.20629` Flutter 3.22.3 • channel stable...
## What happened I wrote a simple unit test for a dart class used in a flutter project. I tried to run the test using the IntelliJ IDEA IDE. The...
## What happened I wrote a simple unit test for a dart class used in a flutter project. I tried to run the test using the IntelliJ IDEA IDE. The...
In Flutter version 3.24, when using Ctrl + Space to show methods created via extension, the autocomplete displays all locations where the extension is used, rather than just the file...