combine icon indicating copy to clipboard operation
combine copied to clipboard

A Flutter package which allows you to work with MethodChannels in Isolate and provides simplified Isolate and Thread Pool API

Results 5 combine issues
Sort by recently updated
recently updated
newest added

Bumps [mocktail](https://github.com/felangel/mocktail) from 0.3.0 to 1.0.2. Release notes Sourced from mocktail's releases. mocktail-v1.0.2 chore(deps): allow pkg:test_api >=0.7.0 (#220) docs: update verify example in README.md (#215) mocktail-v1.0.1 What's Changed refactor(mocktail): remove...

dependencies

Is there a way to get some progress data from isolates using CombineWorker()?

I am not sure actually if this is a combine plugin related. Combine works fine until I add the steps to start FirebaseAuth and Firebasestore. The error I get is:...

Not an issue more of a question :) Do you plan to add some support for `onError` and `onExit`?

enhancement

- Add an `errors` stream getter to the `CombineIsolate` - Add an `onError` callback parameter to the `spawn` method - Add an `onExit` callback parameter to the `spawn` method #...

enhancement