flutter-intellij
flutter-intellij copied to clipboard
Flutter Plugin for IntelliJ
## Steps to Reproduce Open Flutter Devtools in Android Studio. Leave an application running in Android Studio over night. Memory usage increases from around 1.4GB for Android Studio debugging a...
Missing open MacOS module in xcode  The tool menu lack of "Open MacOS module in XCode" I using flutter to develop app for MacOS.
What happened: After building application i was observing app behavior on flutter performance. When i checked Track Widget rebuilds option. The IDE got lagging and after sometime i press stop...
## Steps to Reproduce Use the color picker. https://user-images.githubusercontent.com/58381615/136134003-c765a8a6-d809-428a-a4fb-c903b982afcb.mp4 ## Version info ``` [✓] Flutter (Channel stable, 2.5.2, on Microsoft Windows [Version 10.0.19043.1202], locale en-US) • Flutter version 2.5.2 at...
Currently, IntelliJ-Flutter-Outline through the "Toolbar", only: a) **"wrap"** elements using: *Center, Row, Column, Padding, Container*; b) ***Remove*** Widgets; c) **Move Up/Down** widgets in the WidgetTree; d) Show the **widget-properties** (it...
This issue is a parity inconsistency between regular Android projects and Flutter Android projects. Apparently this is not a bug within Android Studio as there are some complains ([here](https://issuetracker.google.com/issues/213617230) or...
I don't know if there is a hook available, but if there is we should make `File > Invalidate Caches` delete the Dart analyzer cache as well as the IntelliJ...
## Screenshot  Sometimes, the emulator is shown in the toolbar, sometimes it is not shown. However there had been no times, when simulator is not shown. Simulator is always...
We should add support to the Flutter plugin for IntelliJ's new dynamic plugins: https://www.jetbrains.org/intellij/sdk/docs/basics/plugin_structure/dynamic_plugins.html I'm not sure of the scope of the work here.
## Steps to Reproduce Currently, this flutter plugin does not support macros like `$FilePathRelativeToProjectRoot$` as target `Test file` in Run/Debug Configurations dialog. Allowing that would enable users to run test...