Flutter plugin for scanning and generating QR codes using the ZXing library, supporting Android, iOS, and desktop platforms
flutterbarcode-generatorbarcode-scannergeneratorqrqrcodeqrcode-generatorqrcode-scannerscannerzxingbarcodezxscanner
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
581 B
22 lines
581 B
# Run with `flutter pub run ffigen --config ffigen.yaml`. |
|
name: GeneratedBindings |
|
description: | |
|
Bindings for `src/native_zxing.h`. |
|
|
|
Regenerate bindings with `flutter pub run ffigen --config ffigen.yaml`. |
|
output: "lib/generated_bindings.dart" |
|
headers: |
|
entry-points: |
|
- "src/native_zxing.h" |
|
include-directives: |
|
- "src/native_zxing.h" |
|
functions: |
|
exclude: |
|
- "resultToCodeResult" |
|
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
|
|
|