rmawatson / flutter_isolate

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

fixed a memory leak #136

Closed thor-ola closed 1 year ago

thor-ola commented 1 year ago
  1. fixed kill_isolate kill_all_isolates missing result callback
  2. catch engine.destroy() potential exceptions
nmfisher commented 1 year ago

Thanks @zhilei-ola and apologies for the late response.