flutter_isolate
flutter_isolate copied to clipboard
Add compute-like function to simplify working with flutter_isolate
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.