forked from khoren93/flutter_zxing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
44 lines (38 loc) · 886 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
name: flutter_zxing
description: A barcode scanner and generator natively in Flutter with Dart FFI based on ZXing.
version: 1.7.0
repository: https://github.com/khoren93/flutter_zxing
environment:
sdk: '>=3.3.3 <4.0.0'
flutter: ">=3.3.0"
dependencies:
camera: ">=0.9.7 <0.12.0"
ffi: ^2.0.0
flutter:
sdk: flutter
image: ^4.0.0
image_picker: ^1.0.0
dev_dependencies:
ffigen: ^12.0.0 # dart run ffigen --config ffigen.yaml
flutter_lints: ^4.0.0
flutter_test:
sdk: flutter
melos: ">=5.0.0 <7.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