mirror of
https://github.com/RubyMetric/chsrc
synced 2025-10-20 18:05:08 +08:00
Add provider measure info
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
static SourceProvider_t pl_dart_flutter_upstream =
|
||||
{
|
||||
def_upstream, "https://storage.googleapis.com",
|
||||
{NotSkip, NA, NA, "https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_v1.0.0-stable.tar.xz"} // 231 MB
|
||||
{NotSkip, NA, NA, "https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_v1.0.0-stable.tar.xz", ACCURATE} // 231 MB
|
||||
};
|
||||
|
||||
static Source_t pl_dart_flutter_sources[] =
|
||||
|
@@ -18,7 +18,7 @@
|
||||
static SourceProvider_t pl_dart_upstream =
|
||||
{
|
||||
def_upstream, "https://pub.dev",
|
||||
{NotSkip, NA, NA, "https://pub.dev/packages/flutter_vision/versions/1.1.4.tar.gz"} // 37.05 MB
|
||||
{NotSkip, NA, NA, "https://pub.dev/packages/flutter_vision/versions/1.1.4.tar.gz", ACCURATE} // 37.05 MB
|
||||
};
|
||||
|
||||
static Source_t pl_dart_sources[] =
|
||||
|
Reference in New Issue
Block a user