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

discontinued
outdated

Some FFI helper classes

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.
2
likes
0
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

Some FFI helper classes

Repository (GitLab)
View/report issues

License

unknown (license)

Dependencies

ffi

More

Packages that depend on ffi_helper