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're doing a lot of long-running processing on the UI thread which is 1. hurting performance, and 2. spamming the logs (distracting users as in https://github.com/flutter/flutter-intellij/issues/7151, https://github.com/flutter/flutter-intellij/issues/7641 and https://github.com/flutter/flutter-intellij/issues/8083) We've...

code-health
P1
performance
tech debt

What happened (Running My Flutter Application on Andriod Device) Version information IntelliJ IDEA 2025.1 • Flutter plugin io.flutter 85.2.4 • Dart plugin 251.25267.1 Error getting Flutter sdk information. Exception Freeze...

P2
jxbrowser

Eagerly creating presentations in action constructors can lead to unnecessary allocation of memory. The better approach is to identify icons, etc. in `plugin.xml` so that the platform can only instantiate...

platform-idea
P2
performance

## What happened When opening the intellij Idea and pressing doubel shift to search, the error is occuring. Only happens the first time I open the search window (until I...

bug
topic-daily-work
platform-idea
P2

1. Describe the bug or issue that you're seeing. One dependency is not found in the compiler (color red for class and object names and underline red). implementation(project(":partialandroid")) { exclude(group...

https://github.com/flutter/flutter-intellij/issues/8090

## Version information Android Studio `Meerkat | 2024.3.1 Patch 1` • Flutter plugin `io.flutter 85.0.4` • Dart plugin `243.23654.44` Error getting Flutter sdk information. ## Exception null ``` com.intellij.diagnostic.PluginException: Cannot...

### Issue Summary After updating to Flutter plugin version **85.0.4**, the "New Flutter Project" option is no longer available in Android Studio Meerkat (2024.3.1 Patch 1). Downgrading to plugin version...

What happened: I encountered a crash when opening a Flutter project in Android Studio Meerkat (2024.3.1 Patch 1). The IDE showed an error message related to the Flutter plugin failing...

--- ## What happened When starting android studio ## Version information Android Studio `Meerkat | 2024.3.1 Patch 1` • Flutter plugin `io.flutter 83.0.4` • Dart plugin `243.23654.44` Error getting Flutter...