nandi/vflutter_ffipublic Fork 0
472eb493bac94bdcb79a38829ccca0c541256fef
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 · 453 BYAML Blame HistoryRaw
Initial commit: V -> Flutter FFI plugin ad0ccda nandi 12h ago1# Regenerate low-level bindings: dart run ffigen --config ffigen.yaml
Replace V with Nim 472eb49 nandithebull 5h ago2# The hand-written API in lib/nimflutter_ffi.dart wraps these.
3name: NimFlutterBindings
4description: Raw bindings to the Nim C-ABI surface.
Initial commit: V -> Flutter FFI plugin ad0ccda nandi 12h ago5output: 'lib/src/bindings.g.dart'
6headers:
7 entry-points:
Replace V with Nim 472eb49 nandithebull 5h ago8 - 'src/nimflutter.h'
Initial commit: V -> Flutter FFI plugin ad0ccda nandi 12h ago9functions:
10 include:
Replace V with Nim 472eb49 nandithebull 5h ago11 - 'nf_.*'
Initial commit: V -> Flutter FFI plugin ad0ccda nandi 12h ago12preamble: |
13 // GENERATED — do not edit. See ffigen.yaml.
14 // ignore_for_file: always_specify_types, camel_case_types