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'] ], ];