flutter-intellij icon indicating copy to clipboard operation
flutter-intellij copied to clipboard

Flutter Plugin for IntelliJ

Results 458 flutter-intellij issues
Sort by recently updated
recently updated
newest added

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.

bug
dependency: dart plugin
P1
dependency: dart

## 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. ![ScreenShot 2024-08-09 8...

Thanks for the feedback! If your issue is related to the Flutter framework itself, please open an issue at [github.com/flutter/flutter](https://github.com/flutter/flutter/issues/new). ## 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...

P1
devtools-integration

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...