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

discontinued
outdated

Just some wrapper classes to make working with raw pointers and memory views a little simpler.

1.0.0 #

  • Initial version, created by Stagehand

1.1.0 #

breaking changes due to changes to the ffi in Dart 2.6

  • MemoryArray is now an abstract class which can be extended by typed NativeTypeArray (eg Uint8Array). This increases type safety and is in accordance with the changes to the ffi.
  • New class Uint8Array which extends MemoryArray. For now this is the only typed NativeTypeArray.
  • remove CharArray. Use new Uint8Array.

1.1.1 #

  • update description and readme

1.2.0 #

  • add experimental AutoFree and AutoFreeGroup for automatic memory management
2
likes
0
pub points
7%
popularity

Publisher

unverified uploader

Just some wrapper classes to make working with raw pointers and memory views a little simpler.

Repository (GitLab)
View/report issues

License

unknown (LICENSE)

Dependencies

async, ffi, meta

More

Packages that depend on ffi_helper