In this video I guide you through the steps to setup the environment for Flutter on a Windows machine.
Watch the whole playlist for my Flutter course here: • Flutter Course .
You can find my Dart playlist here:
• Dart Basics and a bit more
If Git cannot be found by Flutter add these to your PATH variable in system environment variables:
C:\Program Files\Git\bin\git.exe;C:\Program Files\Git\cmd;C:\Windows\System32
If Flutter cannot find the path to your Android SDK, enter this in the console:
flutter config --android-sdk = "xxx" (replace xxx with your path to the SDK)
For Android SDK, also make sure to add the SDK in a folder where you have write access. c:\Sdk normally works well. Do not place on the Desktop where only you as user have access to write. Also make sure there is no spaces in your path to the SDK.
If Flutter cannot find your Android Studio intallation, enter this in the console:
flutter config --android-studio-dir="xxx" (replace xxx with your path AS installation), normally flutter config --android-studio-dir="C:\Program Files\Android\Android Studio"
On this page of the site you can watch the video online Flutter Getting Started - Installing Flutter with a duration of hours minute second in good quality, which was uploaded by the user Johan Jurrius 25 March 2021, share the link with friends and acquaintances, this video has already been watched 12,267 times on youtube and it was liked by 111 viewers. Enjoy your viewing!