Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 333 Bytes

File metadata and controls

10 lines (8 loc) · 333 Bytes

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.