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.
44 lines
922 B
44 lines
922 B
name: flutter_zxing |
|
description: A barcode scanner and generator natively in Flutter with Dart FFI based on ZXing. |
|
version: 0.7.4 |
|
repository: https://github.com/khoren93/flutter_zxing |
|
|
|
environment: |
|
sdk: ">=2.17.0 <3.0.0" |
|
flutter: ">=2.5.0" |
|
|
|
dependencies: |
|
camera: ">=0.9.7 <0.11.0" |
|
ffi: ^2.0.0 |
|
flutter: |
|
sdk: flutter |
|
image: ^3.2.0 |
|
|
|
dev_dependencies: |
|
ffigen: ^6.0.0 # dart run ffigen |
|
flutter_lints: ^2.0.1 |
|
flutter_test: |
|
sdk: flutter |
|
|
|
flutter: |
|
plugin: |
|
platforms: |
|
android: |
|
package: com.markosyan.flutter_zxing |
|
pluginClass: FlutterZxingPlugin |
|
ios: |
|
pluginClass: FlutterZxingPlugin |
|
|
|
ffigen: |
|
name: GeneratedBindings |
|
description: Bindings to `native_verokit.h`. |
|
output: "lib/generated_bindings.dart" |
|
headers: |
|
entry-points: |
|
- "ios/Classes/src/native_zxing.h" |
|
functions: |
|
exclude: |
|
- 'resultToCodeResult' |
|
|
|
|
|
# flutter pub publish --dry-run |