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