-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpubspec.yaml
48 lines (44 loc) · 1.01 KB
/
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
45
46
47
48
name: flutter_camera_processing
description: A new Flutter project.
version: 0.0.1+1
# homepage:
environment:
sdk: ">=3.0.1 <4.0.0"
flutter: ">=3.7.0"
dependencies:
camera: ^0.10.5
ffi: ^2.0.2
flutter:
sdk: flutter
image: ^4.0.0
image_picker: ^0.8.7
path_provider: ^2.0.14
share_plus: ^7.0.1
dev_dependencies:
ffigen: ^8.0.2 # dart run ffigen
flutter_lints: ^2.0.1
flutter_test:
sdk: flutter
flutter:
plugin:
platforms:
android:
package: com.markosyan.flutter_camera_processing
pluginClass: FlutterCameraProcessingPlugin
ios:
pluginClass: FlutterCameraProcessingPlugin
ffigen:
name: GeneratedBindings
description: Bindings to opencv and zxing.
output: "lib/generated_bindings.dart"
headers:
entry-points:
- "ios/Classes/src/native_opencv.h"
- "ios/Classes/src/native_zxing.h"
# functions:
# include:
# - 'opencvVersion'
# - 'opencvProcessStream'
# - 'zxingVersion'
# - 'zxingRead'
# - 'zxingEncode'