Flutter Driver hangs at splash screen
问题 I am trying to setup Flutter Driver tests for my application and the app runs async so I found https://github.com/flutter/flutter/issues/41029 which says all you need to do is add await driver.waitUntilFirstFrameRasterized(); and it should work, while this does stop the test from failing it nos simply does not run. The app just hangs at the splash screen never even getting into the application itself. As far as I am understanding, this is all I would need to have setup in order for the test