Skip to main content

Posts

Installing Python In Windows

Recent posts

Installing Flutter In Windows

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". Under 'System Variables' select 'path' and open it and add the bin directory as a new entry. Now open cmd and type "flutter doctor". A correct installation will show some progress in cmd and issues being reported by flutter doctor. If your installation was not successful then comment your issue below.