Install Flutter on Windows 10, Android Studio and Virtual Studio (VS) Code successfully, and hassle FREE!
A complete checklist of Everything you need to Install and run Flutter on Windows 10, Android Studio and Virtual Studio (VS) Code successfully, hassle FREE!
Follow these steps. Each step has the best YouTube video link below available on how to install that particular component or components. There is no need of reinventing the wheel, therefore, allow me to point you to what you need to do.
���NOTE: You must be connected to the internet to successfully install and create a new flutter project.
Step 1.
? Download and install jdk8, and set the environment variables.
This is the Java SE Development Kit (JDK) that Flutter uses, if you install any other jdk version that is not jdk8 flutter will throw unkown errors and won't emulate.
� Note: jdk8 will automatically install it's jre8 so there's no need to download jre8 as a separate file.
=> YouTube video Link to a how to do this is in description below.
1. (i) Install jdk8
How to Install Java JDK 8 on Windows 10 UPDATED ( 720 X 720 )
https://www.youtube.com/watch?v=ClcHrcNXP9g
Use the video below to set JAVA_HOME
1. (ii) Set JAVA_HOME environmen variable
[JAVA] How to Install JDK 13JRE 8 with JAVA_HOME in Windows 10 (718 x 1280)
https://www.youtube.com/watch?v=iNsCpPNABnE
Step 2.
? Download and install the latest version of Gradle and set its environment variables.
=> YouTube video Link on how to do this is in description below.
How to install Gradle 5.5 on Windows 10_ ( 720 X 720 )
https://www.youtube.com/watch?v=NM18-xCchh8
Step 3.
? Download and install the latest version of Git
Git: How to Download & Install Git on Windows 10 & Choose Install Options
https://www.youtube.com/watch?v=nbFwejIsHlY
Step 4.
? Download and install the latest Flutter SDK, and set its environment variable.
Download and install the latest Android Studio SDK.
� Note: Android Studio will automatically set its environment variable.
Inside Android Studio, you can now download an emulator (Virtual Machine) of your choice. Or, you can simply connect your Android phone. To do this, enable developer mode and allow USB Debugging.
=> YouTube video Link on how to do this is in description below.
Download and Install Flutter on Windows 10 - Configure & Flutter Setup on Android Studio Tutorial ( 720 X 720 )
https://www.youtube.com/watch?v=6VxMWJV8Mm4
Step 5.
? Download and install the latest Virtual Studio (VS) Code, and install the flutter extension.
=> YouTube video Link on how to do this is in description below.
Setup Flutter and Visual Studio Code In Windows ( 480 X 480 )
https://www.youtube.com/watch?v=5izFFbdHnWY
Step 6.
To verify that all the components that Flutter needs have been installed successfully...
Open your Windows cmd prompt (or, alternatively open the VS Code Terminal), run/type...
flutter doctor -v
(or alternatively simply run...)
flutter doctor
, and ONLY when all components are installed, successful (????) should you proceed to run your first Flutter app in the emulator or on your phsical device!
=> Details on how to do this is available inside the videos in the how to video links above. Below is how to run in VS Code.
VScode setup and first app on real device ( 720 X 706 )
���NOTE: You must be connected to the internet to successfully install and create your first flutter project.