tree: f1c0690cc3cc2005ec817610cb2c23faa6f28b59 [path history] [tgz]
  1. headers/
  2. lib/
  3. config.yaml
  4. pubspec.yaml
  5. 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.