Skip to content

Commit 5bbfd4d

Browse files
committed
bump version to v1.0.3
1 parent 9b70721 commit 5bbfd4d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

lib/src/core/mat.dart

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -569,8 +569,10 @@ class Mat extends CvStruct<cvg.Mat> {
569569
bool isSubtype<S, T>() => <S>[] is List<T>;
570570

571571
/// equivalent to Mat::ptr\<T\>(i0, i1, i2)
572-
/// DANGEROUS!
573-
/// returns a pointer, remember to free
572+
///
573+
/// **DANGEROUS**
574+
///
575+
/// returns a pointer to operate Mat directly and effectively, use with caution!
574576
///
575577
/// Example:
576578
/// ```dart

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.2+2
4-
binary_version: 1.0.2
3+
version: 1.0.3
4+
binary_version: 1.0.3
55
homepage: https://github.com/rainyl/opencv_dart
66

77
environment:

0 commit comments

Comments
 (0)