isolate_handler
isolate_handler copied to clipboard
Effortless isolates abstraction layer with support for MethodChannel calls.
Whenever I try and run the example code, the call stack found in the debug panel shows it being `main` and not the isolate name. Is this on purpose? I...
Hello, Is there a way for us to check , that isolate is ready ; I mean one thing i have observed is that Isolate loop , doesnt recv the...
Somewhere in your package you have imported material library , which will not let us test without emulator, using just terminal on local os,
Are there any plans to include the new flutterCompute functionality? I'm having issues using the google_sign_in plugin in the isolates so I'm hoping to use the new flutterCompute and a...
_Hello and thanks for the great project!_ We are 72 hours into trying to understand what could cause the Isolate to freeze when our app is compiled and distributed with...
library verion isolate_handler: ^1.0.0 [✓] Flutter (Channel stable, 2.10.1, on Mac OS X 10.15.7 19H1615 darwin-x64, locale en-GB) [✓] Android toolchain - develop for Android devices (Android SDK version 30.0.3)...
I am trying to write a test to check if the library works ``` void main() async { // WidgetsFlutterBinding.ensureInitialized(); test('library works with primitives', () async { final isolates =...
I am trying to start a music player in an isolate and I get dart:ui not found, my understanding is isolates can't execute flutter plugins because of way isolates work,...
I have a question. When I use `final isolates = IsolateHandler();` to get an Isolate, will a new Isolate be created each time this method is called? Or will there...