Flutter plugin for scanning and generating QR codes using the ZXing library, supporting Android, iOS, and desktop platforms
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.

39 lines
734 B

3 years ago
name: flutter_zxing
description: A barcode scanner and generator natively in Flutter with Dart FFI based on ZXing.
2 years ago
version: 1.1.0
repository: https://github.com/khoren93/flutter_zxing
3 years ago
environment:
2 years ago
sdk: ">=2.19.0 <3.0.0"
flutter: ">=3.3.0"
3 years ago
dependencies:
camera: ">=0.9.7 <0.11.0"
ffi: ^2.0.0
3 years ago
flutter:
sdk: flutter
image: ^4.0.0
image_picker: ^0.8.0
3 years ago
dev_dependencies:
ffigen: ^7.0.0 # dart run ffigen
flutter_lints: ^2.0.0
3 years ago
flutter_test:
sdk: flutter
flutter:
plugin:
platforms:
android:
ffiPlugin: true
3 years ago
ios:
ffiPlugin: true
linux:
ffiPlugin: true
macos:
ffiPlugin: true
windows:
ffiPlugin: true
2 years ago
# flutter pub publish --dry-run