DEV Community

maviharjit
maviharjit

Posted on

How to organize flutter apps in android studio

Hi amazing devs. i recently started learning Flutter in andorid studio. while learning i would like to have all my apps sit next to each other in left pane of andoid studio so i can open various apps and examine code without opening and closing projects. also it makes it easy to commit all my learning code in a single github repo. something like below which i did when learning java apps in android studio
https://github.com/maviharjit/AndroidCourse
in this case i had one project and every app was a new module. it worked beautifully for me

however, i can't seem to do the same with Flutter. The challenge that i am facing with flutter is that each app or module or package opens in its own "space" and hence i can only visually examine the code of a single app. i want to be able to see like 10-15 flutter app at the same time in the left pane of android studio. how can i do that? (hope my articulation makes sense)

Thanks in advance

Top comments (0)