File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11name : opencv_dart
22description : " 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
55homepage : https://github.com/rainyl/opencv_dart
66
77environment :
You can’t perform that action at this time.
0 commit comments