<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: maviharjit</title>
    <description>The latest articles on DEV Community by maviharjit (@maviharjit).</description>
    <link>https://dev.to/maviharjit</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F533979%2Fdb68fe8e-37be-4924-a6b9-0e5e96f9e6ff.jpeg</url>
      <title>DEV Community: maviharjit</title>
      <link>https://dev.to/maviharjit</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/maviharjit"/>
    <language>en</language>
    <item>
      <title>How to organize flutter apps in android studio</title>
      <dc:creator>maviharjit</dc:creator>
      <pubDate>Sat, 05 Dec 2020 22:09:18 +0000</pubDate>
      <link>https://dev.to/maviharjit/how-to-organize-flutter-apps-in-android-studio-353b</link>
      <guid>https://dev.to/maviharjit/how-to-organize-flutter-apps-in-android-studio-353b</guid>
      <description>&lt;p&gt;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&lt;br&gt;
&lt;a href="https://github.com/maviharjit/AndroidCourse"&gt;https://github.com/maviharjit/AndroidCourse&lt;/a&gt;&lt;br&gt;
in this case i had one project and every app was a new module. it worked beautifully for me&lt;/p&gt;

&lt;p&gt;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)&lt;/p&gt;

&lt;p&gt;Thanks in advance&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
