From 64479e7cfe099b0a07e30d4a1316af57d99b5fbc Mon Sep 17 00:00:00 2001 From: heliocodacy <46491761+heliocodacy@users.noreply.github.com> Date: Wed, 14 Jan 2026 12:25:43 +0000 Subject: [PATCH] Update Flutter plugin URL template for downloads --- plugins/runtimes/flutter/plugin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/runtimes/flutter/plugin.yaml b/plugins/runtimes/flutter/plugin.yaml index 5669620..5a92a24 100644 --- a/plugins/runtimes/flutter/plugin.yaml +++ b/plugins/runtimes/flutter/plugin.yaml @@ -2,7 +2,7 @@ name: flutter description: Dart Flutterruntime default_version: "3.7.2" download: - url_template: "https://storage.googleapis.com/flutter_infra_release/releases/stable/{{.OS}}/flutter_{{.OS}}_{{.Arch}}_{{.Version}}-stable.zip" + url_template: "https://storage.googleapis.com/flutter_infra_release/releases/stable/{{.OS}}/flutter_{{.OS}}_{{.Arch}}_{{.Version}}-stable.{{.Extension}}" file_name_template: "flutter" extension: default: "zip"