From eae26d90af72481a5137c5bbe537192ef250c1cc Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Wed, 12 Nov 2025 09:25:35 +0545 Subject: [PATCH 1/3] Feat: enable Flutter 3.35 for sites --- app/config/template-runtimes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/template-runtimes.php b/app/config/template-runtimes.php index d1bb1a5b6a..1ad125d3d3 100644 --- a/app/config/template-runtimes.php +++ b/app/config/template-runtimes.php @@ -38,6 +38,6 @@ return [ ], 'FLUTTER' => [ 'name' => 'flutter', - 'versions' => ['3.32', '3.24'] + 'versions' => ['3.32', '3.24', '3.35'] ], ]; From 279682941a665e6500a26f5a3baa56cfd77e7cc2 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Wed, 12 Nov 2025 09:31:04 +0545 Subject: [PATCH 2/3] enable dart --- app/config/template-runtimes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/template-runtimes.php b/app/config/template-runtimes.php index 1ad125d3d3..2b2882cf10 100644 --- a/app/config/template-runtimes.php +++ b/app/config/template-runtimes.php @@ -14,7 +14,7 @@ return [ ], 'DART' => [ 'name' => 'dart', - 'versions' => ['3.8', '3.5', '3.3', '3.1', '3.0', '2.19', '2.18', '2.17', '2.16'] + 'versions' => ['3.9', '3.8', '3.5', '3.3', '3.1', '3.0', '2.19', '2.18', '2.17', '2.16'] ], 'GO' => [ 'name' => 'go', From cfd62cf0a1cedd66a20fc7c1ee441905f8443756 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Wed, 12 Nov 2025 09:32:12 +0545 Subject: [PATCH 3/3] Update template-runtimes.php --- app/config/template-runtimes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/template-runtimes.php b/app/config/template-runtimes.php index 2b2882cf10..04eaba2c44 100644 --- a/app/config/template-runtimes.php +++ b/app/config/template-runtimes.php @@ -38,6 +38,6 @@ return [ ], 'FLUTTER' => [ 'name' => 'flutter', - 'versions' => ['3.32', '3.24', '3.35'] + 'versions' => ['3.35', '3.32', '3.24'] ], ];