We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0027da commit 084d99cCopy full SHA for 084d99c
src/recipe/lang/Dart/Flutter.c
@@ -16,7 +16,7 @@
16
*/
17
static SourceInfo
18
pl_dart_flutter_sources[] = {
19
- {&Upstream, NULL},
+ {&Upstream, "https://storage.googleapis.com"},
20
{&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn"}, // 没有后缀,怀疑是否存在问题
21
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/git/flutter"}, // URL 带 git
22
{&Nju, "https://mirror.nju.edu.cn/flutter"}
src/recipe/lang/Dart/Pub.c
@@ -15,7 +15,7 @@
15
pl_dart_sources[] = {
+ {&Upstream, "https://pub.dev"},
{&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn/dart-pub"},
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/dart-pub"},
{&Nju, "https://mirror.nju.edu.cn/dart-pub"}
0 commit comments