From 7bf3dc86fe8ba8ef0bca5f729600c1833addb775 Mon Sep 17 00:00:00 2001 From: heliocodacy <46491761+heliocodacy@users.noreply.github.com> Date: Wed, 14 Jan 2026 11:45:33 +0000 Subject: [PATCH] Add Linux extension for Flutter plugin --- plugins/runtimes/flutter/plugin.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/runtimes/flutter/plugin.yaml b/plugins/runtimes/flutter/plugin.yaml index 8146bea3..56696209 100644 --- a/plugins/runtimes/flutter/plugin.yaml +++ b/plugins/runtimes/flutter/plugin.yaml @@ -6,6 +6,7 @@ download: file_name_template: "flutter" extension: default: "zip" + linux: "tar.xz" arch_mapping: "386": "ia32" "amd64": "x64"