flutter_isolate icon indicating copy to clipboard operation
flutter_isolate copied to clipboard

Add compute-like function to simplify working with flutter_isolate

Open nkming2 opened this issue 3 years ago • 0 comments

compute() provides a simple way to work with regular isolates without needing to understand and work with the underlying isolate API. This PR implements a new function, flutterCompute(), that works similar to compute(), but for flutter_isolate.

nkming2 avatar Jul 27 '22 07:07 nkming2