tree: 1780758b71ac22eddddd64d545e8b0971791a1a9 [path history] [tgz]
  1. config.yaml
  2. custom_import.dart
  3. generated_bindings.dart
  4. pubspec.yaml
  5. readme.md
pkgs/ffigen/example/libclang-example/readme.md

Libclang example

Demonstrates generating bindings for Libclang. The C header source files for libclang are in third_party/libclang.

Generating bindings

At the root of this example (example/libclang-example), run -

dart run ffigen --config config.yaml

This will generate bindings in a file: generated_bindings.dart.