| Initial commit: V -> Flutter FFI plugin ad0ccda nandi yesterday | 1 | # Regenerate low-level bindings: dart run ffigen --config ffigen.yaml |
| Replace V with Nim 472eb49 nandithebull 20h ago | 2 | # The hand-written API in lib/nimflutter_ffi.dart wraps these. |
| 3 | name: NimFlutterBindings |
| 4 | description: Raw bindings to the Nim C-ABI surface. |
| Initial commit: V -> Flutter FFI plugin ad0ccda nandi yesterday | 5 | output: 'lib/src/bindings.g.dart' |
| 6 | headers: |
| 7 | entry-points: |
| Replace V with Nim 472eb49 nandithebull 20h ago | 8 | - 'src/nimflutter.h' |
| Initial commit: V -> Flutter FFI plugin ad0ccda nandi yesterday | 9 | functions: |
| 10 | include: |
| Replace V with Nim 472eb49 nandithebull 20h ago | 11 | - 'nf_.*' |
| Initial commit: V -> Flutter FFI plugin ad0ccda nandi yesterday | 12 | preamble: | |
| 13 | // GENERATED — do not edit. See ffigen.yaml. |
| 14 | // ignore_for_file: always_specify_types, camel_case_types |