eneural-net / async_task

Asynchronous tasks and parallel executors, supporting all Dart platforms (JS/Web, Flutter, VM/Native) through transparent internal implementations with `dart:isolate` or only `dart:async`, easily bringing concepts similar to Thread Pools to Dart, without having to deal with `Isolate` and port/channel complexity.
Apache License 2.0
53 stars 4 forks source link

updated ffi to latest; #15

Closed alexmay23 closed 1 year ago

alexmay23 commented 1 year ago

nothing more than just updated version of ffi.

gmpassos commented 1 year ago

I have just published async_task: ^1.0.19

Let me know if this new version is working well for you.

alexmay23 commented 1 year ago

@gmpassos Yep, thank you very much for the update.