isolate_handler icon indicating copy to clipboard operation
isolate_handler copied to clipboard

Can not test on terminal, without emulator

Open wajahat414 opened this issue 3 years ago • 1 comments

Somewhere in your package you have imported material library , which will not let us test without emulator, using just terminal on local os,

wajahat414 avatar Jan 20 '23 07:01 wajahat414

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...

deakjahn avatar Jan 21 '23 20:01 deakjahn