Open matejthetree opened 3 years ago
any info on this one, still trying to test the implementation. hard to use in production, if plugin may break anytime with new versions.
No. I'm not an avid fan of such testing in cases like this (there are cases where things can be tested easily but I don't think this is one of them). If you can come up with a testing scenario that works and can be added, all right, but I'm unlikely to take any steps to add it myself. I'm not even sure a test environment works the same as the real one--don't forget, the main idea of flutter_isolate
is to instantiate an extra Flutter engine in the first place.
Same issue, but just in ios platform
I am trying to write a test to check if the library works
If I don't initialize widgets binding, I get
Null check operator used on a null value
And If I uncomment that line, I get
MissingPluginException(No implementation found for method spawn_isolate on channel com.rmawatson.flutterisolate/control)
How to run this library inside tests?