flutter_gherkin icon indicating copy to clipboard operation
flutter_gherkin copied to clipboard

Guidance regarding applications with infinite animations (3.0.0rc)

Open Icedude907 opened this issue 2 years ago • 0 comments

Hello all, thank you for the work you are doing.

I am currently working on a project utilising the flutter sdk's integration_test package for testing. (Running on the web with a chromedriver.) As part of the program, there is an animation that runs potentially forever. When running tests with this animation active however, even if they complete, next test will never run and time out - waiting for the animation to finish. I'd like to be able to continue regardless of this animation.

I've done some research and it seems that FlutterDriver().runUnsynchronized(...) may do what I want, but I don't know of any way to hook into that functionality using flutter_gherkin.

I've created a reproducable code sample here using a CircularProgressIndicator. Thanks for your time.

Icedude907 avatar Feb 14 '23 22:02 Icedude907