Where is lib/main.dart in Android Studio?
17:34 06 Feb 2022

I am trying to learn Flutter and I am following this tutorial here.

I was able to successfully able to set up flutter and I opened Android Studio and hit play and I see the template base app showing. The tutorial then asks me to edit lib/dart.main

But I do not see that file anywhere in the file tree to edit it... I feel Like I am missing something really obvious.

enter image description here

What's frustrating is I can see main.dart file is running but I cant find it in Android Studio to edit it in Android Studio...

flutter android-studio