Feat: enable Flutter 3.35 for sites

This commit is contained in:
Damodar Lohani 2025-11-12 09:25:35 +05:45 committed by GitHub
parent b46ebb95a3
commit eae26d90af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,6 +38,6 @@ return [
],
'FLUTTER' => [
'name' => 'flutter',
'versions' => ['3.32', '3.24']
'versions' => ['3.32', '3.24', '3.35']
],
];