mirror of
https://github.com/MAGICGrants/flutter_libsparkmobile.git
synced 2026-01-08 20:47:56 -05:00
20 lines
601 B
YAML
20 lines
601 B
YAML
# Run with `flutter pub run ffigen --config ffigen.yaml`.
|
|
name: FlutterLibsparkmobileBindings
|
|
description: |
|
|
Bindings for `src/flutter_libsparkmobile.h`.
|
|
|
|
Regenerate bindings with `flutter pub run ffigen --config ffigen.yaml`.
|
|
output: 'lib/src/flutter_libsparkmobile_bindings_generated.dart'
|
|
headers:
|
|
entry-points:
|
|
- 'src/flutter_libsparkmobile.h'
|
|
include-directives:
|
|
- 'src/flutter_libsparkmobile.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
|