flutter-intellij icon indicating copy to clipboard operation
flutter-intellij copied to clipboard

Flutter Plugin for IntelliJ

Results 526 flutter-intellij issues
Sort by recently updated
recently updated
newest added

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...

## What happened Plugged an Android device in for USB debugging. The Mac crashed. Then after reboot, I started IntelliJ from the Toolbox. Any project I tried to open, it...

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...

The Flutter Inspector toggle select widget mode works the first time, but it does not work the second time. ## Version info Flutter (Channel stable, 3.22.0, on macOS 14.4.1 23E224...

## Steps to Reproduce Look at "Analyzing…" ![image](https://github.com/flutter/flutter-intellij/assets/28639/68cdcf06-48cb-4ef0-9fdc-93c02e08b35d) Notice that it never finishes. Try to do *anything* requiring the language server or analyzer (eg "Go To Definition"). Notice that it...

Remove some unused `await` code before: ``` Future _stopDaemon() async { if (Platform.isWindows) { return await exec('.\\third_party\\gradlew.bat', ['--stop']); } else { return await exec('./third_party/gradlew', ['--stop']); } } ``` after: ```...

![image](https://github.com/flutter/flutter-intellij/assets/40597191/396e6ade-737c-40b7-90f9-0cc038684e0d)

This resolves https://github.com/flutter/flutter-intellij/issues/7538

The issue originally filed as https://youtrack.jetbrains.com/issue/IDEA-353930 but it needs to be fixed in the Flutter plugin. - Dart SDK 3.4.1 - Dart IntelliJ 233.15271 - Android Studio Jellyfish | 2023.3.1...

Suspected error in Flutter Plugin version 47.1.2 (My Windows 10 system). Flutter Plugin version 46.0.2 works correctly (My Linux system). If the cursor caret is placed at or inside a...

question