I created a new flutter project in android studio, but in the new version, I don’t know where to find the main dart tab.
Question posted in Android Studio
The official documentation can be found here.
The official documentation can be found here.
2
Answers
You can find out main.dart in lib folder
You have to open the lib folder inside the lib folder you will get your main. dart file.