How to fix the proxy setup issue with flutter? How to fix the proxy setup issue with flutter? flutter flutter

How to fix the proxy setup issue with flutter?


You need to run these 2 lines on both your Flutter folder and your project folder:

set https_proxy=USERNAME:PASSWORD@hostname:portset http_proxy=USERNAME:PASSWORD@hostname:port