Very nice package - thank you for contributing it!
I have a question. Is it possible to do widget testing (using flutter_test) on an app that incorporates bitsdojo_window? I've tried a few things, but I can't seem to figure out how to get a call to doWhenWindowReady() into my test to ensure that the app window is fully instantiated. Unsurprisingly, my test is failing miserably without it.
Very nice package - thank you for contributing it!
I have a question. Is it possible to do widget testing (using flutter_test) on an app that incorporates bitsdojo_window? I've tried a few things, but I can't seem to figure out how to get a call to doWhenWindowReady() into my test to ensure that the app window is fully instantiated. Unsurprisingly, my test is failing miserably without it.
Any ideas? Thanks!