natsuk4ze / gal

How to Save Image or Video to Photo Gallery in Flutter

Home Page:https://pub.dev/packages/gal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS integration test fails with TimeoutException

natsuk4ze opened this issue · comments

Update init to

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

from

await pumpWidget(app.App());

and

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