passsy / spot

Chainable powerful Flutter widget selector API, screenshots and assertions for awesome widget tests.
https://pub.dev/packages/spot
Apache License 2.0
63 stars 2 forks source link

[Breaking] Make act.tap() async #17

Closed passsy closed 1 year ago

passsy commented 1 year ago

Not required right now, but in the future tap and other gestures might become much more powerful, requiring an async API.

Now act.tap() becomes await act.tap(). If you forget it, it will throw an error.

Features I'd like to add in the future: