I am trying to fetch Dart packages using pub get
, but keep getting timeout errors.
TimeoutException after 0:00:30.000000: Timed out while fetching URL "https://pub.dartlang.org/packages/analyzer/versions/0.13.0-dev.9.tar.gz".
../../../../../Volumes/data/b/build/slave/dart-editor-mac-stable/build/dart/sdk/lib/_internal/pub/lib/src/io.dart 672 timeout.<fn>
dart:isolate _RawReceivePortImpl._handleMessage
This is an unexpected error. Please run
Since I am on a very slow connection, is there a way to increase the timeout to, say, 5 minutes rather than the default 30 seconds?