How to Setup Flutter in Android Studio - Windows

  • First of all you need an android studio in your system to configure flutter .
  • Once you download Flutter Sdk extract the zip file and move the contained flutter to the desired location.
  • After that you need to set the flutter bin path in the environment variable for that follow given steps.
  • Type the ‘env’ in the start search area and select :-Edit Environment Variable for your account
  • In system variables there is a path option select it and click on edit button.
  • Then click on new and select the path of the flutter bin folder, for Example:- C:\\flutter\bin
  • Now go to the terminal or command prompt and run Flutter doctor.
  • If you find any issue during environment setup, please go online Click here.