When I press the "create new Flutter Project" button in Android Studio, it just creates a regular java project, where I can’t even use dart code. I can still run flutter doctor in the terminal on the project, but that’s it. It doesn’t create an actual flutter project. I have flutter installed, flutter doctor doesn’t show anything wrong, and I have the flutter and dart plugins installed.
I don’t know what’s causing it, but I did have to reinstall android studio because of storage space, and I recently updated it to giraffe. I have tried reinstalling flutter and restarting my PC, but neither worked.
2
Answers
Maybe this will help:
New Flutter project -> Flutter -> Next
Please follow below steps.
Step 1 :
Step 2 :
Step 3 :
And you are done.