mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
20 lines
567 B
Cheetah
20 lines
567 B
Cheetah
# Run with `flutter pub run ffigen --config ffigen.yaml`.
|
|
name: {{pluginDartClass}}Bindings
|
|
description: |
|
|
Bindings for `src/{{projectName}}.h`.
|
|
|
|
Regenerate bindings with `flutter pub run ffigen --config ffigen.yaml`.
|
|
output: 'lib/{{projectName}}_bindings_generated.dart'
|
|
headers:
|
|
entry-points:
|
|
- 'src/{{projectName}}.h'
|
|
include-directives:
|
|
- 'src/{{projectName}}.h'
|
|
preamble: |
|
|
// ignore_for_file: always_specify_types
|
|
// ignore_for_file: camel_case_types
|
|
// ignore_for_file: non_constant_identifier_names
|
|
comments:
|
|
style: any
|
|
length: full
|