1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Regenerate low-level bindings: dart run ffigen --config ffigen.yaml
# The hand-written API in lib/vflutter_ffi.dart wraps these.
name: VFlutterBindings
description: Raw bindings to the V C-ABI surface.
output: 'lib/src/bindings.g.dart'
headers:
entry-points:
- 'src/vflutter.h'
functions:
include:
- 'vf_.*'
preamble: |
// GENERATED — do not edit. See ffigen.yaml.
// ignore_for_file: always_specify_types, camel_case_types
|