-
Notifications
You must be signed in to change notification settings - Fork 325
Survey code to determine scope of breaking project root assumption #5291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hope this get's fixed soon. Flutter projects are starting to become more complex every day and the necessity of a multi module support on the tooling side is a must. Here is a example of a problem I found when trying to perform tests on multi module projects: #5388 (comment) |
one of the assumptions seems to be the option to open Xcode from the right-click menu. |
Another solution is: Instead of simply open the project folder (remove all .idea folders and *.iml files if your project folder already opened before), click |
I have the same problem, Android Studio does not recognise the flutter project in a sub-folder. Flutter projects have too many files and folders, I prefer to keep It used to work before, one day it stopped working (after upgrading Android Studio version I think). Tried the two methods @westito mentioned, no luck, it's been 3 years, I don't find |
We have a few requests that the Flutter project root directory be separated from the IntelliJ project directory. Actually, I think IntelliJ considers a project to be a collection of modules, independent of their location. That is, the modules do not have to share a common parent directory. One example is #5150.
We need to survey the code base to find where we assume the Flutter project root is the top-level directory in the project.
The text was updated successfully, but these errors were encountered: