Skip to content

Commit 9cb2126

Browse files
committed
bump dartcv to 1.1.5, update changelog
1 parent b0d9ac8 commit 9cb2126

File tree

6 files changed

+9
-3
lines changed

6 files changed

+9
-3
lines changed

packages/dartcv/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## 1.1.5
22

33
* added `approxPolyN`.
4+
* add more high-precision functions (`arcLength2f`, etc.) to `imgproc` module, https://github.com/rainyl/opencv_dart/pull/364
5+
* breaking change: optional arg `hierarchy` of `drawContours` now change from `Mat` to `VecVec4i` type.
46

57
## 1.1.4
68

packages/dartcv/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: dartcv4
22
description: >
33
OpenCV bindings for Dart language. dartcv is for pure dart only,
44
for Flutter, use opencv_core or opencv_dart.
5-
version: 1.1.4
5+
version: 1.1.5
66
repository: https://github.com/rainyl/opencv_dart
77
homepage: https://github.com/rainyl/opencv_dart/tree/main/packages/dartcv
88

packages/opencv_core/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* support optional modules, configure it in `pubspec.yaml`, from this version, both opencv_core and
44
opencv_dart can enable/disable optional modules.
55
* added `approxPolyN`.
6+
* add more high-precision functions (`arcLength2f`, etc.) to `imgproc` module, https://github.com/rainyl/opencv_dart/pull/364
7+
* breaking change: optional arg `hierarchy` of `drawContours` now change from `Mat` to `VecVec4i` type.
68

79
## 1.4.1
810

packages/opencv_core/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ environment:
1414
dependencies:
1515
flutter:
1616
sdk: flutter
17-
dartcv4: 1.1.4
17+
dartcv4: 1.1.5
1818
# dartcv4:
1919
# path: ../dartcv
2020

packages/opencv_dart/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* support optional modules, configure it in `pubspec.yaml`, from this version, both opencv_core and
44
opencv_dart can enable/disable optional modules.
55
* added `approxPolyN`.
6+
* add more high-precision functions (`arcLength2f`, etc.) to `imgproc` module, https://github.com/rainyl/opencv_dart/pull/364
7+
* breaking change: optional arg `hierarchy` of `drawContours` now change from `Mat` to `VecVec4i` type.
68

79
## 1.4.1
810

packages/opencv_dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ environment:
1414
dependencies:
1515
flutter:
1616
sdk: flutter
17-
dartcv4: 1.1.4
17+
dartcv4: 1.1.5
1818
# dartcv4:
1919
# path: ../dartcv
2020

0 commit comments

Comments
 (0)