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.

Initial commit: V -> Flutter FFI plugin ad0ccda · on main · nandi · 3h ago
ffigen.yaml · 14 lines · 445 BYAML Blame HistoryRaw
 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