tree: 9295f15a2a6ef6d839737686b1261a780b2e93d5 [path history] [tgz]
  1. example/
  2. lib/
  3. test/
  4. analysis_options.yaml
  5. AUTHORS
  6. CHANGELOG.md
  7. LICENSE
  8. pubspec.yaml
  9. 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.