isolate_handler
isolate_handler copied to clipboard
Can not test on terminal, without emulator
Somewhere in your package you have imported material library , which will not let us test without emulator, using just terminal on local os,
It's probably the dependent flutter_isolate package. I you read the README to see why it's needed and how it can solve its task, it will probably become clear that, unless Flutter itself solves the communication of isolates, there's no other way. Or if there is, you should bring up with that package...