Skip to content

v1.0.0+1

Choose a tag to compare

@github-actions github-actions released this 07 Apr 17:18
· 845 commits to main since this release

What's Changed

  • Replace Finalizer with ffi.NativeFinalizer by @rainyl in #21
  • update Mat.toList(), Mat.toList3d<T, P>(), remove Mat.toList4D()
  • update Mat.data, now return a view of data pointer, same as v0.6.*
  • fix memory leak caused by Finalizer, now GC will also be triggered correctly in pure dart

Full Changelog: v1.0.0...v1.0.0+1