Android – Could not resolve URL “https://pub.dartlang.org”. Error (69): Unable to ‘pub upgrade’ flutter tool. Retrying in five seconds… (9 tries left)

androiddartfluttermobile-applicationvisual-studio-code

Could not resolve URL "https://pub.dartlang.org". Error (69): Unable to 'pub upgrade' flutter tool. Retrying in five seconds… (9 tries left)

that is the error in flutter when i create or upgrade flutter:

that is the error in flutter when i create or upgrade flutter

Best Solution

What didn't work for me:-

flutter clean

flutter pub cache repair

And what WORKED!

killall -9 dart //THIS STOPPED THE CONTINUE REQUEST

After changing the Wifi/Internet Connection, it worked strangely!

It seems some DNS cache issue (not 100% sure), but I am happy that it worked :)

Related Question