Skip to content

Commit 1eef839

Browse files
committed
bump dartcv to 1.1.6, opencv_dart and opencv_core to 1.4.3, update changelog
1 parent b241e2f commit 1eef839

File tree

7 files changed

+30
-10
lines changed

7 files changed

+30
-10
lines changed

packages/dartcv/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.1.6
2+
3+
* add `FlannIndexParams`, `FlannSearchParams`, `FlannKDTreeIndexParams`
4+
* add `FlannBasedMatcher.create`
5+
* bump opencv to 4.12.0
6+
17
## 1.1.5
28

39
* added `approxPolyN`.

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.5
5+
version: 1.1.6
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.4.3
2+
3+
* add `FlannIndexParams`, `FlannSearchParams`, `FlannKDTreeIndexParams`
4+
* add `FlannBasedMatcher.create`
5+
* bump opencv to 4.12.0
6+
* [android] fix ffmpeg search logic in `ffmpeg-config.cmake`, https://github.com/rainyl/opencv_dart/issues/293
7+
18
## 1.4.2+1
29

310
* fix: optional modules parsing in cmake script

packages/opencv_core/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: opencv_core
22
description: |
33
OpenCV4 bindings for Flutter.
4-
version: 1.4.2+1
5-
opencv_version: 4.11.0+1
6-
dartcv_version: 4.11.0.4
4+
version: 1.4.3
5+
opencv_version: 4.12.0.0
6+
dartcv_version: 4.12.0.0
77
repository: https://github.com/rainyl/opencv_dart
88
homepage: https://github.com/rainyl/opencv_dart/tree/main/packages/opencv_core
99

@@ -14,7 +14,7 @@ environment:
1414
dependencies:
1515
flutter:
1616
sdk: flutter
17-
dartcv4: 1.1.5
17+
dartcv4: 1.1.6
1818
# dartcv4:
1919
# path: ../dartcv
2020

packages/opencv_dart/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.4.3
2+
3+
* add `FlannIndexParams`, `FlannSearchParams`, `FlannKDTreeIndexParams`
4+
* add `FlannBasedMatcher.create`
5+
* bump opencv to 4.12.0
6+
* [android] fix ffmpeg search logic in `ffmpeg-config.cmake`, https://github.com/rainyl/opencv_dart/issues/293
7+
18
## 1.4.2+1
29

310
* fix: optional modules parsing in cmake script

packages/opencv_dart/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: opencv_dart
22
description: |
33
OpenCV4 bindings for Flutter, using dart:ffi.
4-
version: 1.4.2+1
5-
opencv_version: 4.11.0+1
6-
dartcv_version: 4.11.0.4
4+
version: 1.4.3
5+
opencv_version: 4.12.0.0
6+
dartcv_version: 4.12.0.0
77
repository: https://github.com/rainyl/opencv_dart
88
homepage: https://github.com/rainyl/opencv_dart/tree/main/packages/opencv_dart
99

@@ -14,7 +14,7 @@ environment:
1414
dependencies:
1515
flutter:
1616
sdk: flutter
17-
dartcv4: 1.1.5
17+
dartcv4: 1.1.6
1818
# dartcv4:
1919
# path: ../dartcv
2020

0 commit comments

Comments
 (0)