Windows 使用Flutter [!] Proxy Configuration ! NO_PROXY is not set
cmd执行
set NO_PORXY=localhost,127.0.0.1
如使用powershell 需执行
$Env:NO_PROXY="localhost,127.0.0.1"
然后再次执行
flutter doctor

cmd执行
set NO_PORXY=localhost,127.0.0.1
如使用powershell 需执行
$Env:NO_PROXY="localhost,127.0.0.1"
然后再次执行
flutter doctor
