Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make the version of dartcv4 fixed (without ^) in opencv_core and … #325

Merged
merged 3 commits into from
Jan 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/opencv_core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
* use native implementation of 8U/8S -> F16 for `cv.LUT()`
* make `VecVecChar` unmodifible
* more tests
* add more functions in `calib3d`
* make the version of `dartcv4` fixed

## 1.3.3

Expand Down
32 changes: 16 additions & 16 deletions packages/opencv_core/images/opencv_core_size_report.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions packages/opencv_core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: |
if you need them, please use `opencv_dart` instead.
version: 1.3.5
opencv_version: 4.11.0+0
dartcv_version: 4.11.0.0
dartcv_version: 4.11.0.1
repository: https://github.com/rainyl/opencv_dart
homepage: https://github.com/rainyl/opencv_dart/tree/main/packages/opencv_core

Expand All @@ -16,7 +16,7 @@ environment:
dependencies:
flutter:
sdk: flutter
dartcv4: ^1.1.1
dartcv4: 1.1.2

dev_dependencies:
test: ^1.25.2
Expand Down
2 changes: 2 additions & 0 deletions packages/opencv_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
* use native implementation of 8U/8S -> F16 for `cv.LUT()`
* make `VecVecChar` unmodifible
* more tests
* add more functions in `calib3d`
* make the version of `dartcv4` fixed

## 1.3.3

Expand Down
32 changes: 16 additions & 16 deletions packages/opencv_dart/images/opencv_dart_size_report.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions packages/opencv_dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: |
please use `opencv_core` instead.
version: 1.3.5
opencv_version: 4.11.0+0
dartcv_version: 4.11.0.0
dartcv_version: 4.11.0.1

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't that be +1?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, it's correct. dartcv contains the C wrappers, since cocoapods doesn't allow such version number as 4.11.0+1, .1 was used.

repository: https://github.com/rainyl/opencv_dart
homepage: https://github.com/rainyl/opencv_dart/tree/main/packages/opencv_dart

Expand All @@ -16,7 +16,7 @@ environment:
dependencies:
flutter:
sdk: flutter
dartcv4: ^1.1.1
dartcv4: 1.1.2

dev_dependencies:
test: ^1.25.2
Expand Down
Loading