Skip to content

Commit 084d99c

Browse files
czytccmywish
authored andcommitted
add pub and flutter default upstream server addr
1 parent d0027da commit 084d99c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/recipe/lang/Dart/Flutter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717
static SourceInfo
1818
pl_dart_flutter_sources[] = {
19-
{&Upstream, NULL},
19+
{&Upstream, "https://storage.googleapis.com"},
2020
{&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn"}, // 没有后缀,怀疑是否存在问题
2121
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/git/flutter"}, // URL 带 git
2222
{&Nju, "https://mirror.nju.edu.cn/flutter"}

src/recipe/lang/Dart/Pub.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616
static SourceInfo
1717
pl_dart_sources[] = {
18-
{&Upstream, NULL},
18+
{&Upstream, "https://pub.dev"},
1919
{&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn/dart-pub"},
2020
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/dart-pub"},
2121
{&Nju, "https://mirror.nju.edu.cn/dart-pub"}

0 commit comments

Comments
 (0)