ffi_helper 4.1.0
ffi_helper: ^4.1.0 copied to clipboard
Utility classes for Dart's ffi.
This package contains some utility classes for Dart's ffi, which help crossing the low-level to user boundary (like Array
or ArrayList
),
and which make memory management a bit simpler and safer (like Arena
or SharedArray
).