tree: e995fb04c5f68ec9ba49050a3bf9a48f5da6a6ae [path history] [tgz]
  1. .gitignore
  2. generated_bindings.dart
  3. pubspec.yaml
  4. readme.md
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 -

pub run ffigen

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