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

--- ## What happened (please describe what you were doing when this exception occurred) The error occurred when opening a flutter project created by cmd with the command 'flutter create'...

running 'flutter run' using wireless, the app launches normally. the app also normally starts when debugging in IDEA with a data wireline, but is abnormal when debugging in IDEA with...

### Steps to reproduce 1. **Uninstall** every instance of `Android Studio` 1. Install `IntelliJ` or `IntelliJ CE` 1. Make sure you haven't set the Java JDK manually `flutter config --jdk-dir...

d: intellij

Follow-up from #7980. We no longer show a flutter outline view but take advantage of flutter outline information to calculate test line markers. Is this the best approach?

investigate
topic-testing
P2
performance
tech debt

Hi, my app has two flavors, so I added two run configurations and removed the default `main.dart` one. However the `main.dart` run configuration keeps reappearing when open Android Studio and...

When writing tests for Flutter development and using a multiline string as the 'description' parameter I get the following error. No tests match "Given formType is signIn\n When signInWithEmailAndPassword succeeds\n...

**Configuration** Android Studio Ladybug Feature drop 2024.2.2) Latest flutter SDK and Android Studio plugins Android SDK installed: 30, 32, 33, 34, 35 (see attached screenshots) **Issue** Trying to add Android...

Following these instructions https://developer.android.com/studio/inspect/database I launched the Database inspector. This is what I get - No debuggable process detected My simulator is with api 29, as seen on the screenshot...

Whenever I try to start an Android simulator the IDE fails to connect with the just started simulator.

If a user updates to the latest Flutter but is still using an old IntelliJ plugin we should warn them that they should also update their Flutter IntelliJ plugin to...

good-first-issue