nandi/vflutter_ffipublic Fork 0
main
Commits
Clone
git clone https://git.rickub.com/nandi/vflutter_ffi.git
git clone ssh://git@rickub.com/nandi/vflutter_ffi.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

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