ffi 0.2.0-nullsafety.1 copy "ffi: ^0.2.0-nullsafety.1" to clipboard
ffi: ^0.2.0-nullsafety.1 copied to clipboard

outdated

Utilities for working with Foreign Function Interface (FFI) code.

Changelog #

0.2.0-nullsafety.1 #

Adds an optional named length argument to Utf8.fromUtf8().

0.2.0-nullsafety.0 #

Pre-release (non-stable) release supporting null safety. Requires Dart 2.12.0 or greater.

0.1.3 #

Stable release incorporating all the previous dev release changes.

Bump SDK constraint to >= 2.6.0.

0.1.3-dev.4 #

Bump SDK constraint to >= 2.6.0-dev.8.2 which contains the new API of dart:ffi.

0.1.3-dev.3 #

Replace use of deprecated asExternalTypedData with asTypedList.

0.1.3-dev.2 #

Incorporate struct API changes, drop type argument of structs.

0.1.3-dev.1 #

  • Adds top-level allocate<T>() and free() methods which can be used as a replacement for the deprecated Pointer.allocate<T>() and Pointer.free() members in dart:ffi.

0.1.1+2 #

  • Expand readme

0.1.1+1 #

  • Fix documentation link

0.1.1 #

  • Add basic Utf16 support

0.1.0 #

  • Initial release supporting Utf8
247
likes
0
pub points
99%
popularity

Publisher

verified publisherdart.dev

Utilities for working with Foreign Function Interface (FFI) code.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on ffi