dart-use-ffigen
Installation
SKILL.md
Generating FFI Bindings using package:ffigen
Contents
- Introduction
- Constraints
- FFIgen Overview
- Step-by-Step Workflow
- Concrete Example: Binding a C Library
- Verification Checklist
Introduction
Automate and standardize the generation of FFI bindings using package:ffigen (FfiGenerator). Writing FFI bindings by hand is error-prone, brittle, and highly discouraged.