Skip to content

Commit 61aa1c0

Browse files
committed
Add flutter
1 parent 7e47413 commit 61aa1c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Runtimes/Runtimes.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ public function __construct(string $version = '')
122122
$static = new Runtime('static', 'Static', 'sh helpers/server.sh');
123123
$static->addVersion('1', 'joseluisq/static-web-server:2.33-alpine', 'openruntimes/static:'.$this->version.'-1', [System::X86, System::ARM64]);
124124
$this->runtimes['static'] = $static;
125+
126+
$flutter = new Runtime('flutter', 'Flutter', 'sh helpers/server.sh');
127+
$flutter->addVersion('3.24', 'dart:3.5.2', 'openruntimes/flutter:'.$this->version.'-3.24', [System::X86, System::ARM64]);
128+
$this->runtimes['flutter'] = $flutter;
125129
}
126130

127131
/**

0 commit comments

Comments
 (0)