Posts

Showing posts with the label installation

“flutter doctor” not working

I've downloaded Flutter SDK as mentioned on https://flutter.io/setup-windows/ and also extracted it. Now when I try to run any Flutter command on the flutter_console.bat or any other CLI the prompts starts blinking forever and nothing happens! I've set the path correctly. Did not find any help from web! Try running the flutter_console.bat as Administrator I had the same issue when my flutter directory wasn't located directly in my C:/ drive ("C:/flutter") Encountered the same issue on windows. Try extracting the flutter folder in this path C:\Users\YourAccountName\AppData\Local. Then edit your environment variable and add C:\Users\YourAccountName\AppData\Local\flutter\bin. This solved the issue for me. For some reason the latest version that I installed did not work! Installing lower version with same configuration worked! I had the same problem, reason was our proxy. I unplugged the network cable and used mobile network of my smartphone v...

flutter doctor hangs after “Updating flutter tool…”

First: I have used Google to search for "flutter doctor" and searched your site as well. I will detail my results below, but before that here is where I am: 1) I followed the directions at https://flutter.io/setup-windows/ up to the point where I am unable to proceed. 2) My environment is: Windows 10, 64 bit, 210 Gb free space Intel(R) Core(TM) i5-2320 CPU @ 3.00GHz; 8.00 GB installed memory(RAM) I have PowerShell 5.1, I have setup Git for Windows with "Use Git from the Windows Command Prompt" option I am able to run git from the command prompt or power shell 3) I tried downloading the .zip of the beta but when I ran the "flutter doctor" command it just hung. 4) Now for the search results: I found 3 relevant questions: a) "Getting Flutter doctor to work" - I tried cloning the "alpha" version and checked the "Background Intelligent Transfer Service was running" (it was). b) ...