async/compute_stream_transformer library

Stream transformer that runs each event through Flutter's compute() (a one-shot background isolate), keeping CPU-bound per-event work off the UI thread. From Saropa Contacts.

Classes

ComputeStreamTransformer<TInput, TOutput>
A generic StreamTransformerBase that runs each stream event through Flutter's compute (a one-shot background isolate), keeping CPU-bound per-event work off the UI thread.