When I am creating a new Flutter project in Android Studio, lib folder is missing. How to fix it?
I run Flutter doctor
, everything is fine but I am facing this problem.
When I am creating a new Flutter project in Android Studio, lib folder is missing. How to fix it?
I run Flutter doctor
, everything is fine but I am facing this problem.
Just delete .idea folder from project directory an re run android studio. it worked for me.