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

New inspector idea, on `analysis_options.yaml` files, have a banner (that is easy to dismiss), to point users to documentation at https://dart.dev/tools/analysis

new feature
P2

VS Code flutter plugin allows [installing the sdk for you](https://docs.flutter.dev/get-started/install/macos/desktop). It would be nice to have that feature also in IntelliJ idea plugin

enhancement
topic-getting-started
P3

I encounter this on Android Studio IDE while it works well on VS Code IDE. ### Steps to reproduce 1. Click on Run button on the left of the test...

topic-testing
P2

Unlike other New Project or SDK selection boxes, the New Project wizard for Flutter projects does not show what version of the Flutter SDK is being selected. Some developers use...

usability
topic-project-creation
P3

Unable to open dev Tools after the upgrade

bug
waiting for customer response
P2
devtools-integration

I created a simple sample project to reproduce that. When I click on stop button to terminate the app it doesn't work. This is getting really annoying. It throws below...

topic-debugging
⌺‬ platform-ios
P2

I would really like DartDoc to be rendered inline, just like JavaDoc and KDoc can be rendered inline. It would just make it a bit easier on the eye.

dependency: dart plugin
new feature
P3

"Flutter Device Selection" dropdown stop restoring last used device and always select last running device in list in my case Windows device is always selected by default. ![Image](https://github.com/user-attachments/assets/31d5e691-6c1e-40a8-b09f-db01326b2f6c)

bug
topic-debugging
P2

For Dart contributions, we can point folks to the [Dart style guide](https://dart.dev/guides/language/effective-dart) as a North star (while flutter has [it's own](https://github.com/flutter/flutter/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md)). We should establish what we want to do for...

tracking
P2
task

When running Flutter tests in IntelliJ IDEA, test descriptions written in Russian are improperly encoded, causing them to appear as escaped Unicode sequences (e.g., \u0422\u0435\u0441\u0442) in the Run/Debug configurations and...