Skip to content

Commit 97b5d97

Browse files
authored
Merge pull request #85 from appwrite/chore-update-flutter-list
Chore: Update flutter versions
2 parents 7928206 + 44cf7a0 commit 97b5d97

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Runtimes/Runtimes.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,9 @@ public function __construct(string $version = '')
146146
$this->runtimes['static'] = $static;
147147

148148
$flutter = new Runtime('flutter', 'Flutter', 'sh helpers/server.sh');
149-
$flutter->addVersion('3.24', 'dart:3.5.2', 'openruntimes/flutter:'.$this->version.'-3.24', [System::X86, System::ARM64]);
150-
$flutter->addVersion('3.27', 'dart:3.6.1', 'openruntimes/flutter:'.$this->version.'-3.27', [System::X86, System::ARM64]);
149+
$flutter->addVersion('3.24', 'ghcr.io/cirruslabs/flutter:3.24.5', 'openruntimes/flutter:'.$this->version.'-3.24', [System::X86, System::ARM64]);
150+
$flutter->addVersion('3.27', 'ghcr.io/cirruslabs/flutter:3.27.3', 'openruntimes/flutter:'.$this->version.'-3.27', [System::X86, System::ARM64]);
151+
$flutter->addVersion('3.29', 'ghcr.io/cirruslabs/flutter:3.29.1', 'openruntimes/flutter:'.$this->version.'-3.29', [System::X86, System::ARM64]);
151152
$this->runtimes['flutter'] = $flutter;
152153
}
153154

0 commit comments

Comments
 (0)