tree: 877229df096b655a581f532f337eca7c0aa5008d [path history] [tgz]
  1. .github/
  2. example/
  3. lib/
  4. .gitignore
  5. analysis_options.yaml
  6. AUTHORS
  7. BUILD.gn
  8. CHANGELOG.md
  9. LICENSE
  10. pubspec.yaml
  11. README.md
ffi/README.md

Build Status

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

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