aves_mio18/.flutter/packages/flutter_tools/templates/plugin_ffi/ffigen.yaml.tmpl
2026-04-14 09:53:02 +02:00

15 lines
407 B
Cheetah

# Run with `dart run ffigen --config ffigen.yaml`.
name: {{pluginDartClass}}Bindings
description: |
Bindings for `src/{{projectName}}.h`.
Regenerate bindings with `dart run ffigen --config ffigen.yaml`.
output: 'lib/{{projectName}}_bindings_generated.dart'
headers:
entry-points:
- 'src/{{projectName}}.h'
include-directives:
- 'src/{{projectName}}.h'
comments:
style: any
length: full