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
875 B
44 lines
875 B
name: flutter_zxing |
|
description: A barcode scanner and generator natively in Flutter with Dart FFI based on ZXing. |
|
version: 1.4.1 |
|
repository: https://github.com/khoren93/flutter_zxing |
|
|
|
environment: |
|
sdk: '>=3.0.5 <4.0.0' |
|
flutter: ">=3.7.0" |
|
|
|
dependencies: |
|
camera: ">=0.9.7 <0.11.0" |
|
ffi: ^2.0.0 |
|
flutter: |
|
sdk: flutter |
|
image: ^4.0.0 |
|
image_picker: ^1.0.0 |
|
|
|
dev_dependencies: |
|
ffigen: ^8.0.0 # dart run ffigen --config ffigen.yaml |
|
flutter_lints: ^2.0.0 |
|
flutter_test: |
|
sdk: flutter |
|
melos: ^3.0.0 |
|
|
|
flutter: |
|
plugin: |
|
platforms: |
|
android: |
|
ffiPlugin: true |
|
ios: |
|
ffiPlugin: true |
|
linux: |
|
ffiPlugin: true |
|
macos: |
|
ffiPlugin: true |
|
windows: |
|
ffiPlugin: true |
|
|
|
# Publish to pub.dev |
|
# flutter pub publish --dry-run |
|
# flutter pub publish |
|
|
|
# Update zxing-cpp submodule |
|
# git submodule update --remote
|
|
|