isolator icon indicating copy to clipboard operation
isolator copied to clipboard

Isolator is a package, which offer to you a simple way for creating two-component states with isolated part and frontend part of any kind (BLoC, MobX, ChangeNotifier and many others)

Results 4 isolator issues
Sort by recently updated
recently updated
newest added

I have an issue while using FrontEnd for [Bloc](https://pub.dev/packages/bloc) classes. My code is: ```dart class BookBloc extends Bloc with Frontend { // Logic here... } ``` The compiler will throw...

Hello, I am using as of now using isolate_handler for communicating with isolate. Usecase : Main thread to Isolate from anywhere in main app, create message and send ----> isolate...

Hello, @alphamikle! After studying for a while of your lib's code one thought crossed my mind: if there any opportunity to organize a method like ``` @override dispose() { //...

Hi alphamikle! I do respect your efforts on this topic but I do not have a slittiest idea of how to use your library. Your source of code with an...