rmawatson / flutter_isolate

Launch an isolate that can use flutter plugins.
MIT License
262 stars 80 forks source link

Add compute-like function to simplify working with flutter_isolate #114

Closed nkming2 closed 1 year ago

nkming2 commented 2 years ago

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.

nmfisher commented 1 year ago

Thanks @nkming2