flutter-intellij
flutter-intellij copied to clipboard
Flutter Plugin for IntelliJ
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
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
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...
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...
Unable to open dev Tools after the upgrade
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...
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.
"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. 
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...
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...