Skip to content

Commit 72b1033

Browse files
committed
bump version to v1.2.3
1 parent 4de4392 commit 72b1033

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.2.3
2+
3+
* fix: android build.gradle task by @einsitang in https://github.com/rainyl/opencv_dart/pull/226
4+
* fix: vector conversion by @rainyl in https://github.com/rainyl/opencv_dart/pull/229
5+
* remove the dependency of flutter
6+
17
## 1.2.2
28

39
* remove arm64 and x64 setup options for ios by @rainyl in https://github.com/rainyl/opencv_dart/pull/202

README.md

-6
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ OpenCV Bindings for Dart Language. Support both asynchronous and synchronous!
5656
- [2. clone this repo](#2-clone-this-repo)
5757
- [3. compile](#3-compile)
5858
- [4. test](#4-test)
59-
- [5. Cross-compile for linux aarch64](#5-cross-compile-for-linux-aarch64)
6059
- [Contributors](#contributors)
6160
- [Acknowledgement](#acknowledgement)
6261
- [Star History](#star-history)
@@ -264,11 +263,6 @@ or `$ENV:OPENCV_DART_LIB_PATH=$PWD\windows\opencv_dart.dll`
264263
- or append the lib path to the library search path of your system
265264
- If you want to test using vscode, add above variable to `"dart.env"` in `settings.json`
266265

267-
#### 5. Cross-compile for linux aarch64
268-
269-
Compiling for linux aarch64 requires GCC 13 and newer,
270-
conan toolchain for linux arm is located in [opencv.full](https://github.com/rainyl/opencv.full/tree/linux-aarch64/profiles), explore more there.
271-
272266
## Contributors
273267

274268
<!-- readme: contributors,TotemaT -start -->

binary.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.2
1+
1.2.3

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: opencv_dart
22
description: "OpenCV4 bindings for Dart language and Flutter, using dart:ffi. The most complete OpenCV bindings for Dart! With asynchronous support now!"
3-
version: 1.2.2
3+
version: 1.2.3
44
homepage: https://github.com/rainyl/opencv_dart
55

66
environment:

0 commit comments

Comments
 (0)