tree: a04fd05467dcd655af275d86472dc02e7ba8c13c [path history] [tgz]
  1. headers/
  2. lib/
  3. .gitignore
  4. config.yaml
  5. pubspec.yaml
  6. README.md
example/ffinative/README.md

Natives example

A simple example generating Native bindings for a very small header file (headers/example.h).

Generating bindings

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

dart run ffigen --config config.yaml

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