Clone this repo:
  1. fb93452 Update README.md with package move (#232) by Daco Harkes · 1 year, 1 month ago main
  2. 76c581a Migrate away from elementAt (#230) by Daco Harkes · 1 year, 1 month ago
  3. c926657 Bump dart-lang/setup-dart from 1.5.1 to 1.6.0 (#219) by dependabot[bot] · 1 year, 3 months ago
  4. 3181ec0 Bump actions/checkout from 4.1.0 to 4.1.1 (#220) by dependabot[bot] · 1 year, 3 months ago
  5. 2faec28 Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#215) by dependabot[bot] · 1 year, 4 months ago

This package has moved!

The package can now be found at https://github.com/dart-lang/native/tree/main/pkgs/ffi


Build Status pub package package publisher

Utilities for working with Foreign Function Interface (FFI) code, incl. converting between Dart strings and C strings encoded with UTF-8 and UTF-16.

Please see the API reference for more documentation and the tests for example usage.

For additional details about Dart FFI (dart:ffi), see https://dart.dev/guides/libraries/c-interop.