Issue
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.
First download Flutter SDK for windows from here.
Then extract the zip in C:\src\flutter which would look like this:
Go to the
New project-->Flutter App
in android studio and enter the SDK path:Go to the android studio setting and install
android sdk command-line tools
:
- Also after doing these steps go to
C:\src\flutter
and runflutter_console.bat
file in which enter these commands:
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.
Answered By - Deepanshu
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.