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

Flutter Plugin for IntelliJ

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

or some other way to ease the transition to another window when a user is looking at Android code in a Flutter project

P1

This refers to the Android Studio default new project menu, which is all Android project options (like wearable vs. mobile apps). If there is still code for this then delete.

P2

In pubspec.yaml, Ctrl/Cmd+Click on the version (e.g. dio: 5.9.0) should open https://pub.dev/packages/dio/versions/5.9.0

P2
good-first-issue

I originally filled a report with Android Studio: [https://issuetracker.google.com/issues/443795727](url) , This was marked as 'Won't fix'. They suggested filing will the flutter team. Hence this report. The hang occurs in...

P1
performance
reproduce-to-verify

**Version information** IntelliJ IDEA 2025.2.1 • Flutter plugin io.flutter 87.1 • Dart plugin 252.25557.23 Flutter 3.32.1 • channel [user-branch] • unknown source Framework • revision b25305a883 (4 months ago) •...

P2

In HTML there is a shortcut for “Unwrap/Remove...” for removing HTML tags. This would be a really useful feature for removing widgets in Flutter. Instead of using the option “Remove...

topic-editing
P3

The `LocalInspectionTool`s in the Flutter and Dart IntelliJ plugins have been causing more headache and possible performance issues than they have been worth, see https://github.com/flutter/flutter-intellij/issues/7623 for some context. This feature...

P2

First file gets executed successfully, but additional test files all fail with "Unable to start the app on the device." Running other test files one by one individually works just...

P2

I was running the app on another device. A tab with an empty name was shown in the inspector, and it corresponds to the newly launched instance. ```console [✓] Flutter...

P2
good-first-issue
devtools-integration