You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error occurs when trying to test a widget with an image and infinite animation
Steps to reproduce
When testing a widget with an image and an endless animation,
If it is a precacheImages function, and it has a command at the end, await tester.pumpAndSettle(), then it waits for the end of the frame rendering, but this doesn't happen because there's an endless animation on the screen.
Perhaps we should extend the precacheImages function with a flag to turn off await tester.pumpAndSettle()?
Is there an existing issue for this?
Version
0.10.0
Description
The error occurs when trying to test a widget with an image and infinite animation
Steps to reproduce
Expected behavior
The test was completed successfully.
Screenshots
Additional context and comments
Example
The text was updated successfully, but these errors were encountered: