First things first we will need android studio and android SDK to be preinstalled on our pc.
Now having those all requirements met let's move on.
First, we will need to download flutter SDK from here.
Now we will extract the zip file to C:\flutter.
Now, go to the bin folder inside the flutter directory and copy the path. In my case it is C:\flutter\flutter\bin
Now search for environment variables in the search bar and select "Environment Variables Button".
Now open cmd and type "flutter doctor". A correct installation will show some progress in cmd and issues being reported by flutter doctor.
Comments
Post a Comment