@@ -97,6 +97,7 @@ public function __construct(string $version = '')
9797 $ dart ->addVersion ('3.3 ' , 'dart:3.3.4 ' , 'openruntimes/dart: ' .$ this ->version .'-3.3 ' , [System::X86 , System::ARM64 , System::ARMV7 , System::ARMV8 ]);
9898 $ dart ->addVersion ('3.5 ' , 'dart:3.5.2 ' , 'openruntimes/dart: ' .$ this ->version .'-3.5 ' , [System::X86 , System::ARM64 , System::ARMV7 , System::ARMV8 ]);
9999 $ dart ->addVersion ('3.8 ' , 'dart:3.8 ' , 'openruntimes/dart: ' .$ this ->version .'-3.8 ' , [System::X86 , System::ARM64 , System::ARMV7 , System::ARMV8 ]);
100+ $ dart ->addVersion ('3.9 ' , 'dart:3.9.3 ' , 'openruntimes/dart: ' .$ this ->version .'-3.9 ' , [System::X86 , System::ARM64 , System::ARMV7 , System::ARMV8 ]);
100101 $ this ->runtimes ['dart ' ] = $ dart ;
101102
102103 $ dotnet = new Runtime ('dotnet ' , '.NET ' , 'bash helpers/server.sh ' );
@@ -151,6 +152,7 @@ public function __construct(string $version = '')
151152 $ flutter ->addVersion ('3.27 ' , 'ghcr.io/cirruslabs/flutter:3.27.3 ' , 'openruntimes/flutter: ' .$ this ->version .'-3.27 ' , [System::X86 , System::ARM64 ]);
152153 $ flutter ->addVersion ('3.29 ' , 'ghcr.io/cirruslabs/flutter:3.29.1 ' , 'openruntimes/flutter: ' .$ this ->version .'-3.29 ' , [System::X86 , System::ARM64 ]);
153154 $ flutter ->addVersion ('3.32 ' , 'ghcr.io/cirruslabs/flutter:3.32.0 ' , 'openruntimes/flutter: ' .$ this ->version .'-3.32 ' , [System::X86 , System::ARM64 ]);
155+ $ flutter ->addVersion ('3.35 ' , 'ghcr.io/cirruslabs/flutter:3.35.4 ' , 'openruntimes/flutter: ' .$ this ->version .'-3.35 ' , [System::X86 , System::ARM64 ]);
154156 $ this ->runtimes ['flutter ' ] = $ flutter ;
155157 }
156158
0 commit comments