flutter-intellij
flutter-intellij copied to clipboard
Flutter Plugin for IntelliJ
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 Click on "Open for Editing in...
## Steps to Reproduce Hello 👋 I am currently developing a Flutter Web application on my Garuda Linux machine ``` $ uname -a Linux workstation 6.7.3-zen1-1-zen #1 ZEN SMP PREEMPT_DYNAMIC...
I'm getting this error after i added firebase to flutter. I'm a begginer to flutter. Please help me out error: The supplied phased action failed with an exception. A problem...
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  ## Version info Please paste...
## What happened Flutter Inspector at the ide is not working ## Version information Android Studio `Hedgehog | 2023.1.1` • Flutter plugin `io.flutter 76.3.3` • Dart plugin `231.9409` Error getting...
## What happened When i try to open the build.gradle file "Open for editing in android studio" i get this error ## Version information Android Studio `Hedgehog | 2023.1.1 Patch...
I do still have a problem with not being able to connect flutter debugger through AS. I do tried switching to VS Code cause of this, flutter attach works fine...
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 So as the title suggests, it...
Many times we are looking at some widget's source-code and we find something like this: ```dart /// {@macro flutter.services.TextInputConfiguration.enableIMEPersonalizedLearning} final bool enableIMEPersonalizedLearning; ``` I can go to the variable and...
The class constructor/method is not highlighted in the documentation popup that appears when the mouse is hovered over any code. Highlighting this would make it much more readable for classes...