mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2025-12-29 11:54:26 +01:00
20 lines
620 B
YAML
20 lines
620 B
YAML
# Run with `flutter pub run ffigen --config ffigen.yaml`.
|
|
name: FlutterBreezLiquidBindings
|
|
description: |
|
|
Bindings for `src/flutter_breez_liquid.h`.
|
|
|
|
Regenerate bindings with `flutter pub run ffigen --config ffigen.yaml`.
|
|
output: 'lib/flutter_breez_liquid_bindings_generated.dart'
|
|
headers:
|
|
entry-points:
|
|
- 'ios/Classes/breez_liquid_sdk.h'
|
|
include-directives:
|
|
- 'ios/Classes/breez_liquid_sdk.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
|
|
ignore-source-errors: true |