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