Android Studio – Flutter how to setup Android Studio when developing multiple projects
I have three projects, one common widget package and two applications. I have the following directory structure widgets (pubspec.yaml, lib/, ..) app1 (pubspec.yaml, lib/, ..) app2 (pubspec.yaml, lib/, ..) I can open them in three separate AndroidStudio windows but this…