Complete Guide to Install Flutter in Windows from Complete Scratch

I am CS Student currently perusing my bachelor degree. I love coding and implementing new logics. Aside from that I'm also a hardware lover and has great interest in IOT.
Search for a command to run...

I am CS Student currently perusing my bachelor degree. I love coding and implementing new logics. Aside from that I'm also a hardware lover and has great interest in IOT.
No comments yet. Be the first to comment.
Create a .htaccess in the root of the directory and append this line anywhere in the file. AddHandler application/x-httpd-alt-php74___lsphp .php Here 74 represents PHP version 7.4. If we want 8.1, it would be 81.
We are going to create a local domain like app.local, Create a self-signed wildcard certificate which will works for subdomains as well and point the domain to a locally running site. Generate a self signed certificate https://www.brainbytez.nl/tutor...
GIT_COMMITTER_DATE="Sun Jul 16 14:00 2023 +0545" git commit --amend --date="Sun Jul 16 14:00 2023 +0545"
mkdir output && for file in *.heic; do heif-convert -q 100 "$file" "output/${file/%.heic/.jpg}"; done mkdir -p output && for file in *; do [[ $file == *.heic ]] && heif-convert -q 100 "$file" "output/${file/%.heic/.jpg}" || cp "$file" output/; done
https://dev.to/cloudx/how-to-use-puppeteer-inside-a-docker-container-568c Dockerfile FROM node:slim # We don't need the standalone Chromium ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true # Install Google Chrome Stable and fonts # Note: this installs the...
Blog is not written professionally but gets the job done.
Visit flutter.dev website and download the latest Flutter SDK from the website according to your operating system.
Once download is complete, extract the zip file into your desired location.
Now its time for setting up the environment variable.
Go inside a extracted flutter folder and inside the /bin folder. and copy the path of that bin folder.
Now search for Environment variables in windows search and click of Edit System Environment Variables.
Now you will see a window like this


Once you are there,



Now click on ok on all the cascaded windows. 3 times to be exact.
We have successfully configured our environment variables.
Once downloaded open it and start the install procedure. Be sure to download the Android Virtual Device option.
Choose the location where you want your android studio to install. SSD is preferred than HDD. And finally install.
Once installation is complete click next > finish and open up the android studio.
Choose your preferences and let it download essential files to download and start working.
After that create a virtual device.
Its time for some plugins
its done.
For integration on vscode install extensions with same name as well. Restart computer (not compulsory) .