After getting Flutter on Windows, when I run flutter doctor the following error is coming
Got TLS error trying to find package archive at https://pub.dartlang.org. Error: Unable to 'pub upgrade' flutter tool. Retrying in five seconds...
After getting Flutter on Windows, when I run flutter doctor the following error is coming
Got TLS error trying to find package archive at https://pub.dartlang.org. Error: Unable to 'pub upgrade' flutter tool. Retrying in five seconds...
I had the same problem and I solved it by removing my current flutter folder and by cloning flutter from the "master" branch.
git clone -b master https://github.com/flutter/flutter.git
After that, you can run flutter doctor normally.
Note: Make sure your antivirus and firewall are disabled