Skip to content

Commit

Permalink
bump DartCvIOS and DartCvMacOS to 4.10.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rainyl committed Oct 31, 2024
1 parent 192a2d1 commit 71b4a3d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions packages/opencv_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.3.2

* bump DartCvIOS and DartCvMacOS to 4.10.0.4, remove `-Wl,-ld_classic` for ios and macos

## 1.3.1

* breaking change: hide `highgui`
Expand Down
4 changes: 2 additions & 2 deletions packages/opencv_core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ description: |
OpenCV4 bindings for Flutter.
This plugin does NOT include `highgui` and `videoio`,
if you need them, please use `opencv_dart` instead.
version: 1.3.1
version: 1.3.2
opencv_version: 4.10.0+9
dartcv_version: 4.10.0.3
dartcv_version: 4.10.0.4
repository: https://github.com/rainyl/opencv_dart
homepage: https://github.com/rainyl/opencv_dart/tree/main/packages/opencv_core

Expand Down
4 changes: 4 additions & 0 deletions packages/opencv_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.3.2

* bump DartCvIOS and DartCvMacOS to 4.10.0.4, remove `-Wl,-ld_classic` for ios and macos

## 1.3.1

* breaking change: hide `highgui`
Expand Down
4 changes: 2 additions & 2 deletions packages/opencv_dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ description: |
OpenCV4 bindings for Flutter, using dart:ffi.
This plugin include `videoio` module, if you don't need it,
please use `opencv_core` instead.
version: 1.3.1
version: 1.3.2
opencv_version: 4.10.0+9
dartcv_version: 4.10.0.3
dartcv_version: 4.10.0.4
repository: https://github.com/rainyl/opencv_dart
homepage: https://github.com/rainyl/opencv_dart/tree/main/packages/opencv_dart

Expand Down

0 comments on commit 71b4a3d

Please sign in to comment.