natsuk4ze / gal

How to Save Image or Video to Photo Gallery in Flutter
https://pub.dev/packages/gal
BSD 3-Clause "New" or "Revised" License
109 stars 17 forks source link

iOS integration test fails with TimeoutException #35

Closed natsuk4ze closed 1 year ago

natsuk4ze commented 1 year ago

flutter/flutter#105913

natsuk4ze commented 1 year ago

Update init to

app.main();
await tester.pumpAndSettle();

from

await pumpWidget(app.App());

and

Update workflow runner to macos-13 from macos-latest worked.