flutter-intellij
flutter-intellij copied to clipboard
Flutter Plugin for IntelliJ
Is there any known problem or solution when having this problem.
## Steps to Reproduce I've already opened a issue on Flutter GitHub but they weren't very useful. When I try to lauch my application in debug mode, it seems like...
The project code is highlighted, the sdk source code is not highlighted.  > project code  > flutter sdk source code ## Version info ``` Doctor summary (to see...
Some users are unaware of hot restart and restart the app instead. Are there cases where we could detect when app restarts could be replaced by a hot restart and...
## What happened I tried to run a Flutter app in the Android Emulator (Pixel 4 API 30), but that failed with a "Lost connection to device" message. After that...
Thanks for the feedback! If your issue is related to the Flutter framework itself, please open an issue at [github.com/flutter/flutter](https://github.com/flutter/flutter/issues/new). ## Steps to Reproduce Doing a flutter clean while profiling....
From the evidence in #5921, it appears the pub cache can become invalid. The plugin should catch the NPE that gets thrown and present instructions to re-install Flutter and then...
It would be nice if I could search the node hierarchy shown in the Flutter Inspector by attributes, e.g. I would like to find the node which has the property...
## Steps to Reproduce Add font_awesome_flutter to Font packages, press Apply and OK, doing so hangs Intellij forever and afterwards re-opening the project hangs as well, at the bottom of...
Currently, the color selector can be parsed and displayed only when the value of the variable explicit starts with "Color" or "Colors", or "CupertinoColors". Found a related code at https://github.com/flutter/flutter-intellij/blob/28aaecc3078f0f5d065194d64292e920941640d2/src/io/flutter/editor/FlutterColorProvider.java#L41...