@@ -96,6 +96,7 @@ public function __construct(string $version = '')
96
96
$ dart ->addVersion ('3.1 ' , 'dart:3.1.5 ' , 'openruntimes/dart: ' .$ this ->version .'-3.1 ' , [System::X86 , System::ARM64 , System::ARMV7 , System::ARMV8 ]);
97
97
$ dart ->addVersion ('3.3 ' , 'dart:3.3.4 ' , 'openruntimes/dart: ' .$ this ->version .'-3.3 ' , [System::X86 , System::ARM64 , System::ARMV7 , System::ARMV8 ]);
98
98
$ dart ->addVersion ('3.5 ' , 'dart:3.5.2 ' , 'openruntimes/dart: ' .$ this ->version .'-3.5 ' , [System::X86 , System::ARM64 , System::ARMV7 , System::ARMV8 ]);
99
+ $ dart ->addVersion ('3.8 ' , 'dart:3.8 ' , 'openruntimes/dart: ' .$ this ->version .'-3.8 ' , [System::X86 , System::ARM64 , System::ARMV7 , System::ARMV8 ]);
99
100
$ this ->runtimes ['dart ' ] = $ dart ;
100
101
101
102
$ dotnet = new Runtime ('dotnet ' , '.NET ' , 'bash helpers/server.sh ' );
@@ -149,6 +150,7 @@ public function __construct(string $version = '')
149
150
$ flutter ->addVersion ('3.24 ' , 'ghcr.io/cirruslabs/flutter:3.24.5 ' , 'openruntimes/flutter: ' .$ this ->version .'-3.24 ' , [System::X86 , System::ARM64 ]);
150
151
$ flutter ->addVersion ('3.27 ' , 'ghcr.io/cirruslabs/flutter:3.27.3 ' , 'openruntimes/flutter: ' .$ this ->version .'-3.27 ' , [System::X86 , System::ARM64 ]);
151
152
$ flutter ->addVersion ('3.29 ' , 'ghcr.io/cirruslabs/flutter:3.29.1 ' , 'openruntimes/flutter: ' .$ this ->version .'-3.29 ' , [System::X86 , System::ARM64 ]);
153
+ $ flutter ->addVersion ('3.32 ' , 'ghcr.io/cirruslabs/flutter:3.32.0 ' , 'openruntimes/flutter: ' .$ this ->version .'-3.32 ' , [System::X86 , System::ARM64 ]);
152
154
$ this ->runtimes ['flutter ' ] = $ flutter ;
153
155
}
154
156
0 commit comments