ffi_helper 2.1.0 copy "ffi_helper: ^2.1.0" to clipboard
ffi_helper: ^2.1.0 copied to clipboard

discontinued
outdated

Utility classes to make working with Dart's FFI a little bit simpler and more efficient.

1.0.0+ #

  • dropped, shouldn't be used

2.0.0 - 2.0.0+2 #

  • add thin Array wrapper to manage view into contiguous memory
  • add Arena class for arena allocation
  • add SharedArray for shared (reference counted) memory

2.0.1 #

  • fix subclassing problem of Array

2.1.0 #

  • Array gets a delete() method (just sugar for free(array.ptr))
2
likes
40
pub points
7%
popularity

Publisher

unverified uploader

Utility classes to make working with Dart's FFI a little bit simpler and more efficient.

Homepage
View/report issues

License

MIT (LICENSE)

Dependencies

ffi

More

Packages that depend on ffi_helper