dart-use-ffigen - Generate Dart FFI bindings automatically using package:ffigen
Guides agents to generate standard Dart FFI bindings with package:ffigen instead of manual setups.
Tags
Updated: 2026-09-24Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Add ffigen to dev dependencies
- Create programmatic generator script
- Configure FfiGenerator options
- Run generator script
- Verify bindings with dart analyze
Inputs
- Native header files
- Package pubspec.yaml file
Outputs
- Generator script file
- Generated Dart FFI bindings file
Requirements
- Dart SDK
- package:ffigen dev dependency
- libclang parser
