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.

41 lines
878 B

3 years ago
name: flutter_zxing
description: A barcode scanner and generator natively in Flutter with Dart FFI based on ZXing.
3 years ago
version: 0.1.2
repository: https://github.com/khoren93/flutter_zxing
3 years ago
environment:
3 years ago
sdk: ">=2.17.0 <3.0.0"
3 years ago
flutter: ">=2.5.0"
dependencies:
3 years ago
camera: ^0.9.5
3 years ago
ffi: ^1.2.1
3 years ago
flutter:
sdk: flutter
flutter_beep: ^1.0.0
image: ^3.1.3
3 years ago
dev_dependencies:
3 years ago
ffigen: ^5.0.0 # dart run ffigen
flutter_lints: ^2.0.1
3 years ago
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"
3 years ago
# flutter pub publish --dry-run