-1

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

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

Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved.

Try the new cross-platform PowerShell https://aka.ms/pscore6

PS E:\Flutter WorkSpace\Flutter Projects> flutter create sampleproject Recreating project sampleproject... Running "flutter pub get" in sampleproject... Could not resolve URL "https://pub.dartlang.org". pub get failed (server unavailable) -- attempting retry 1 in 1 second... Could not resolve URL "https://pub.dartlang.org". pub get failed (server unavailable) -- attempting retry 2 in 2 seconds... Running "flutter pub get" in sampleproject... (This is taking an unexpectedly long time.)

Christopher Moore
  • 15,626
  • 10
  • 42
  • 52

1 Answers1

2

Try to use from some VPN connection for your system.

This issue happens when server does not reachable.

Second way : Use google DNS for your connection :

primary : 8.8.8.8

secondary : 8.8.4.4

alireza daryani
  • 787
  • 5
  • 16