ffi_helper 1.1.1 copy "ffi_helper: ^1.1.1" to clipboard
ffi_helper: ^1.1.1 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.

1.1.1 #

  • update description and readme
2
likes
0
pub points
7%
popularity

Publisher

unverified uploader

Some FFI helper classes

Repository (GitLab)
View/report issues

License

unknown (LICENSE)

Dependencies

ffi

More

Packages that depend on ffi_helper