Jaime Wren

Results 98 comments of Jaime Wren

WIP -- uploaded to test build in presubmit, also building and testing locally now.

This will be fixed in the next build. thanks @parlough https://github.com/flutter/flutter-intellij/commit/8367ffb1ad78f9da98b406798d437795abb80d41

Is this reproducible with version `80` of the Flutter IJ plugin?

@christopherfujino thanks for tagging me here. This has to do with Module configurations in the IJ platform that AS sits on top of. There was/is a recent AS regression for...

[At a high level], with IntelliJ & Android Studio the answer is that yes, we should be able to do this. Certain sub-directories can be marked as a module of...

I have been unsuccessful in reproing this issue, Flutter SDK version `3.24.4` and Flutter plugin for IJ version `83.x`. @filiph is there any additional information that you haven't shared that...

The "Open in Android Studio" code was commented out due to and Android Studio API that was required, but removed last year, `GradleProjectImporter.importAndOpenProjectCore()`. See https://github.com/flutter/flutter-intellij/blob/2c39bc52300481559b92c261a5d8b019a765c95c/src/io/flutter/actions/OpenInAndroidStudioAction.java#L37 The first step here would...

PR closed, putting a pin in this until we make a decision on how to proceed.

This is out of scope for this for the Flutter IJ plugin at this point. The requested change would be in the AS Gemini plugins with an optional dependency on...