We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be01827 commit 4393539Copy full SHA for 4393539
packages/opencv_core/pubspec.yaml
@@ -3,7 +3,7 @@ description: |
3
OpenCV4 bindings for Flutter.
4
This plugin does NOT include `highgui` and `videoio`,
5
if you need them, please use `opencv_dart` instead.
6
-version: 1.3.2-dev.1
+version: 1.3.2
7
opencv_version: 4.10.0+9
8
dartcv_version: 4.10.0.4
9
repository: https://github.com/rainyl/opencv_dart
packages/opencv_dart/pubspec.yaml
OpenCV4 bindings for Flutter, using dart:ffi.
This plugin include `videoio` module, if you don't need it,
please use `opencv_core` instead.
0 commit comments