tree: 3bae5049c9315fa44322ece804ef6e0082a23a19 [path history] [tgz]
  1. example/
  2. lib/
  3. test/
  4. .gitignore
  5. analysis_options.yaml
  6. AUTHORS
  7. CHANGELOG.md
  8. LICENSE
  9. pubspec.yaml
  10. README.md
pkgs/ffi/README.md

Build Status Coverage 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.