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.

45 lines
875 B

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