tree: 091a71d6af410ee28fad3f36c144bd6975a5c3f9 [path history] [tgz]
  1. headers/
  2. lib/
  3. .gitignore
  4. config.yaml
  5. pubspec.yaml
  6. README.md
pkgs/ffigen/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.