Skip to content

Commit

Permalink
Merge pull request #281 from rainyl/remove-ld-classic
Browse files Browse the repository at this point in the history
bump DartCvIOS and DartCvMacOS to 4.10.0.4
  • Loading branch information
rainyl authored Oct 31, 2024
2 parents 192a2d1 + ccf875f commit ebc1dc1
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 144 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
64 changes: 0 additions & 64 deletions packages/opencv_core/example/ios/Podfile.lock

This file was deleted.

64 changes: 0 additions & 64 deletions packages/opencv_core/example/macos/Podfile.lock

This file was deleted.

12 changes: 6 additions & 6 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 @@ -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
12 changes: 6 additions & 6 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 @@ -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 ebc1dc1

Please sign in to comment.