fix flutter/dart wasm

This commit is contained in:
Christien Rioux 2024-03-17 10:54:37 -04:00
parent 6a8c0830d2
commit 3970b6f294
11 changed files with 195 additions and 107 deletions

View file

@ -0,0 +1,3 @@
import 'package:integration_test/integration_test_driver.dart';
Future<void> main() => integrationDriver();