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

For the last few Flutter upgrades, I was unable to update from inside Android Studio. ## Steps to Reproduce Flutter Upgrade from inside Android Studio gives an endless loop of...

❖ platform-windows
dependency: dart sdk

Repro steps: 1. Open Flutter DevTools or Flutter DevTools Extensions tool window 2. Open the settings dialog (gear icon in bottom right of the DevTools view) 3. Click the "Copy...

P2
devtools-integration

From idea.log: ``` 2024-09-26 14:42:15,601 [ 14291] INFO - #io.flutter.jxbrowser.EmbeddedBrowserEngine - Failed to extract Chromium binaries into /var/folders/5k/38ksw_196rvc4ybcsrjmr9gm00r489/T/JxBrowser/7.41.2 com.teamdev.jxbrowser.engine.ChromiumBinariesDeliveryException: Failed to extract Chromium binaries into /var/folders/5k/38ksw_196rvc4ybcsrjmr9gm00r489/T/JxBrowser/7.41.2 at com.teamdev.jxbrowser.internal.xz.XzExtractor.extract(XzExtractor.java:59) at com.teamdev.jxbrowser.internal.OfficialDelivery.lambda$deliverTo$0(OfficialDelivery.java:43)...

## Issue I have a custom embedder, which starts a Flutter development engine. I get the debug URL from the standard output, and running `flutter attach --debug-uri=http://127.0.0.1:46517/6mOGj-pv_bU=/ -v ` successfully...

## What happened (please describe what you were doing when this exception occurred) ## Version information IntelliJ IDEA `2024.2.1` • Flutter plugin `io.flutter 81.1.3` • Dart plugin `242.21829.3` No Flutter...

## What happened I was running tests and got the following error the plugin told me to report. The tests ran as expected tho. ## Version information IntelliJ IDEA `2024.2.1`...

``` ## Dart analysis issue Internal error: Failed to handle request: analysis.setAnalysisRoots ## Version information - Dart SDK 3.5.2 - Dart IntelliJ 241.18808 - Android Studio Koala Feature Drop |...

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 _Please tell us what you were...

Sometimes I want to ignore lints but I don't know what is the lint name. So I git `alt`+`Enter` and I don't get any suggestions for ignoring the lint. It...

### Steps to reproduce 1. Make sure `Flutter` and/or `Dart` plugins installed in Android Studio 2. Run `flutter doctor -v` Tested on these versions of Android Studio: - `2024.1.2` -...