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 has some drawbacks. A refactoring in eg widgets (eg renaming a widget or a function name) is not applied to app1 or app2.
So I'm wondering whether it is possible to open the three projects in a single AndroidStudio window so that refactoring is applied to all projects