Skip to content

Commit 8cfb125

Browse files
committed
bump version to v1.0.7
1 parent e8a48d1 commit 8cfb125

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.0.7
2+
3+
- Add: FaceDetectorYN, FaceDetectorSF
4+
- Add: Mat.dataPtr to allow get raw data pointer
5+
- update lint rules and format
6+
17
## 1.0.6+1
28

39
- Fix: auto setup

binary.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.6
1+
1.0.7

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: opencv_dart
22
description: "OpenCV4 bindings for Dart language and Flutter, using dart:ffi. The most complete OpenCV bindings for Dart!"
3-
version: 1.0.6+1
4-
binary_version: 1.0.6
3+
version: 1.0.7
4+
binary_version: 1.0.7
55
homepage: https://github.com/rainyl/opencv_dart
66

77
environment:
8-
sdk: '>=3.2.4 <4.0.0'
9-
flutter: '>=3.0.0'
8+
sdk: ">=3.2.4 <4.0.0"
9+
flutter: ">=3.0.0"
1010

1111
dependencies:
1212
flutter:

0 commit comments

Comments
 (0)