From eae26d90af72481a5137c5bbe537192ef250c1cc Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Wed, 12 Nov 2025 09:25:35 +0545 Subject: [PATCH] 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'] ], ];