Releases: lowapple/flutter-pixel-matching
Releases · lowapple/flutter-pixel-matching
v1.0.1
Compare
Sorry, something went wrong.
No results found
What's Changed
Bump archive from 3.3.7 to 3.3.8 in /example by @dependabot in #8
Flutter Packages upgrade
camera: ^0.11.0
image: ^42.0
image_picker: ^1.1.2
ffigen: ^14.0.0
flutter_lints: ^4.2.0
New Contributors
Full Changelog : v1.0.0...v1.0.1
v1.0.0
Compare
Sorry, something went wrong.
No results found
What's Changed
[Feature] Add a binding to change the Yuv420_888 image format to RGB format
[Fix] Fixed return value false on initialize call after initialization
[Fix] Fixed data loss due to CROP during internal image processing
[Update] Update plugin interface
[Update] Update plugin demo application
Full Changelog : v0.1.6...v1.0.0
0.1.6
Compare
Sorry, something went wrong.
No results found
0.1.6
[Fix] Fixed to not build the x86 version. Flutter Android does not generate x86 release.
0.1.5
Compare
Sorry, something went wrong.
No results found
0.1.5
[Fix] Fixed Android build .so file merging errors
[Update] Revised installation method and updated related information
0.1.4
Compare
Sorry, something went wrong.
No results found
0.1.4
[Fix] iOS FFI Binding Symbol Error
0.1.3
Compare
Sorry, something went wrong.
No results found
0.1.3
[Update] Embed the OpenCV include file directly inside the plugin because it was inconvenient to install the plugin using an existing script
[Update] Converted internal example text to English
0.1.2
Compare
Sorry, something went wrong.
No results found
CHANGE LOG
[Fix] Remove unused variables and update preparations for package uploads
0.1.1
Compare
Sorry, something went wrong.
No results found
CHANGE LOG
[60eae9a ]Wrote and uploaded a post on how to use the plugin.
[c5a33ae ]Fixed some code to prevent the application from crashing due to memory leaks on some iOS devices.
Example Update
v0.1.0
Compare
Sorry, something went wrong.
No results found
Flutter PixelMatching
Module to perform feature matching using OpenCV