Skip to content

Commit

Permalink
make the version of dartcv4 fixed (without ^) in opencv_core and …
Browse files Browse the repository at this point in the history
…opencv_dart
  • Loading branch information
rainyl committed Jan 20, 2025
1 parent 8e9edb0 commit fccbb01
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion packages/opencv_core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion packages/opencv_dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fccbb01

Please sign in to comment.