tree: 6229cc97dead1e9d2a46b9d2fe2661cfdc53e274 [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.