by @kodeazy

flutter is not recognized as an internal or external command operable program or batch file.

Home » flutter » flutter is not recognized as an internal or external command operable program or batch file.
  • I downloaded flutter but when I execute flutter command I am getting below error

Image not found

  • The current file I downloaded was flutter_windows_2.2.3-stable.zip
  • Now copy the flutter folder from the downloaded flutter_windows_2.2.3-stable zip file into any path which your command prompt can access
  • copy bin path from the copied flutter folder.
  • My path was E:\Development\SDK\flutter\bin.
  • Now I Opened Environment variables and added that E:\Development\SDK\flutter\bin path into path variable as shown below.

Image not found

  • Now execute the flutter command

Image not found