flutter-intellij
flutter-intellij copied to clipboard
Flutter Plugin for IntelliJ
In a flutter project, I have a file structure as follows; ``` my_flutter_project/ -android_x/ -android_y/ -ios_x/ -ios_y/ -lib/ - main_x.dart - main_y.dart - pubspec.yaml ``` When I run main_x it...
Please file this bug report at https://github.com/flutter/flutter-intellij/issues/new. --- ## What happened Just switched from a java project to another one ## Version information IntelliJ IDEA `2023.3.5` • Flutter plugin `io.flutter...
# Issue Dart analyzer runs in a loop, never stopping. ## Steps to Reproduce 1. Enable "Format code on save" from the Flutter tab in Settings. 2. This causes the...
I'm trying to understand why under a new project, targeting web, the MainApp (Stateless widget) gets executed TWICE after browser refresh - simulating browser oauth2 redirect. In the attached files...
## Steps to Reproduce Android Studio evaluate expression no code completion. Press the code completion basic shortcut key, prompt `No suggestions`. ## Version info I tried Android Studio Giraffe |...
## Steps to Reproduce Open Android Studio and have a look at the device dropdown in the toolbar. One item in the list is way too long, containing information that's...
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...
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...
## Steps to Reproduce New test run configurations created when running from file are not based on the Flutter Test template, at least for Additional Args. Creating a new test...
## Steps to Reproduce 1. create a new flutter project in android studio (I selected for android, ios and web) 2. when opening `main.dart` observe this notification (appears by itself,...