Pascal Welsch

Results 184 comments of Pascal Welsch

Not crashing anymore in [0.18.0](https://pub.dev/packages/spot/changelog#0180)

When designing the `act` API, I always have human interactions in mind. I never tap with a mouse, I click with a mouse. Therefore I'd suggest a `click` API for...

Spot keeps all screenshots in memory, until the end of the test. And only when the test fails (`TimelineMode.reportOnError`), it starts processing them and writes them to disk. Test with...

I just stubled upon https://github.com/catchpoint/workflow-telemetry-action which could help getting more information about the memory usage, if you're using Github Actions.

I added a timeline event with dots, highlighting the dots that are used for hit testing. It turns out, when I start the 8x8 grid at 0/0 widgets might not...

Interesting. What is the use case you're using it for? spot already does the hit testing excessivly, but only during `act.tap()`.

Alternative: Group by call stack. We already know where timline each entry was added. We could automatically group the entries based on the depth of the callstack starting form the...

You're running on windows, right?

To me, it feels more like something the user, rather than the developer of an app should decide. Some questions: - Which OS are you on? They all behave differently...

This primarily affects Flutter apps because `android:taskAffinity=""` is in Flutter's default template but not in native Android projects. If the Firebase Android SDK can detect this programmatically, that would be...