• Download Flutter SDK and extract it into "C" Drive
• Copy this path "C:\flutter\bin"
• Add path in the System Environment Variable
• From the Start search bar, enter ‘env’ and select Edit environment variables for your account.
• Install Android Studio
• Go to settings and then enable feature of Android SDK (Command Line Tools)
• Agree to Android Licenses
Run the following command in treminal "flutter doctor --android-licenses"
• Install "Visual Studio Code"
• Run the following command in treminal "flutter config --no-enable-windows-desktop" to disable Flutter Desktop
• Run "flutter doctor" and check either Flutter is installed successfully or have some issues.