flutterandroid-studioandroid-emulatorandroid-sdk-toolsflutter-plugin

No template or file for new android studio flutter project


I have just started learning flutter and mobile app development When I click create new flutter project it does not show any template and shows this -create new flutter project wizard

My flutter doctor -v output is -picture of the output

I'm not sure how to create a new flutter project properly and start the actual development of app. Please help, thank you


Solution

  • Go to the flutter app and then create the project. This will give you the default project to start.

    enter image description here

    flutter doctor to see everything is working correctly or not.

    flutter doctor --android-licenses this command will check if all licenses are excepted or not. If not you should accept all.

    enter image description here