deakjahn / isolate_handler

Effortless isolates abstraction layer with support for MethodChannel calls.
https://pub.dev/packages/isolate_handler
MIT License
51 stars 16 forks source link

Can not test on terminal, without emulator #37

Open wajahat414 opened 1 year ago

wajahat414 commented 1 year ago

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

deakjahn commented 1 year ago

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