I am getting the following error when trying to do a pub update to get the web_ui
package installed.
Dart Editor version : 0.2.10_r16761
Dart SDK version : 0.2.10.1_r16761
The "Help > About > Check for Update..."
also gives me "Unable to get latest revision"
. Is it a proxy problem maybe?
Is there a manual way to add packages, e.g. download the package and put it somewhere?
Running pub update ...
Pub update failed, [1] Resolving dependencies...
Got socket error trying to find package "web_ui" at http://pub.dartlang.org.
OS Error: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
, errno = 10060
ping pub.dartlang.org
to debug your network connection. what does it say? – Cortezcortical