You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,12 @@
1
+
## 1.2.2
2
+
3
+
* remove arm64 and x64 setup options for ios by @rainyl in https://github.com/rainyl/opencv_dart/pull/202
4
+
* rename factory VideoWriter.open to VideoWriter.fromFile, add apiPreference option for VideoWriter by @rainyl in https://github.com/rainyl/opencv_dart/pull/203
5
+
* check libs for android by @rainyl in https://github.com/rainyl/opencv_dart/pull/210
6
+
* Android Plugin custom arch support by @einsitang in https://github.com/rainyl/opencv_dart/pull/211
7
+
* use `setRange` for Vec, optimize operator [] by @rainyl in https://github.com/rainyl/opencv_dart/pull/215
8
+
* add `asVec()` to List extensions for better Vec and List interop by @rainyl in https://github.com/rainyl/opencv_dart/pull/222
9
+
1
10
## 1.2.1
2
11
3
12
- use ndk from conan by @rainyl in https://github.com/rainyl/opencv_dart/pull/187
> 1. If you want to setup manually, please set `OPENCV_DART_DISABLE_AUTO_BUILD` environment variable,
@@ -31,14 +31,14 @@ OpenCV Bindings for Dart Language. Support both asynchronous and synchronous!
31
31
> |`linux`|`x64`|
32
32
> |`windows`|`x64`|
33
33
> |`macos`|`x64``arm64`|
34
-
> |`ios`|`x64``arm64``os64`|
34
+
> |`ios`|`os64`(universal framework)|
35
35
>
36
-
> - More questions: refer to [#29](https://github.com/rainyl/opencv_dart/issues/29) or open new issues.
36
+
> - More questions: refer to [#212](https://github.com/rainyl/opencv_dart/issues/212) or open new issues.
37
37
> - If you are using flutter with [Native Assets](https://github.com/flutter/flutter/issues/129757) feature supported, consider using v2.x version, see more in [native-assets branch](https://github.com/rainyl/opencv_dart/tree/native-assets)
38
38
>
39
39
40
40
> [!NOTE]
41
-
> WIP, contributions are welcome!
41
+
> WIP, APIs may change in the future, contributions are welcome!
42
42
43
43
-[opencv\_dart](#opencv_dart)
44
44
-[Example](#example)
@@ -201,7 +201,7 @@ see [example](https://github.com/rainyl/opencv_dart/tree/main/example)
201
201
scoop install conan
202
202
```
203
203
204
-
- Linux: Ubuntu as example
204
+
- Linux: Ubuntu as example, note `opencv.full` is built on Ubuntu 22.04 with ffmpeg 4.4
Copy file name to clipboardExpand all lines: pubspec.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
name: opencv_dart
2
2
description: "OpenCV4 bindings for Dart language and Flutter, using dart:ffi. The most complete OpenCV bindings for Dart! With asynchronous support now!"
0 commit comments