diff --git a/dart.json b/dart.json index 45d0c3d427..40d698703f 100644 --- a/dart.json +++ b/dart.json @@ -22,5 +22,9 @@ ], "env_set": { "DART_SDK": "$dir" + }, + "checkver": { + "url": "https://storage.googleapis.com/dart-archive/channels/stable/release/latest/VERSION", + "re": "\"version\"\\s*:\\s*\"([^\"]+)\"" } } \ No newline at end of file