skip to Main Content

I downloaded Flutter. I extracted the zip file in the src folder. When I opened it, there’s no flutter.bat in the bin folder. Why is it missing??

I downloaded Flutter from the official website. I extracted it correctly. I opened it in the C:src folder, but still, flutter.bat is not visible

2

Answers


  1. If you downloaded the sdk from the official website, flutter.bat should be in the bin folder. There is no question about it.

    Try adding the bin folder’s path to your environment variables and run
    flutter doctor from the cmd to see what’s going on.

    Login or Signup to reply.
  2. Which version did you download? maybe you downloaded not a Windows version!
    Make sure that you downloaded Flutter from Stable channel (Windows)
    https://docs.flutter.dev/release/archive?tab=windows

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search