Releases: lowapple/flutter-pixelmatching
Releases · lowapple/flutter-pixelmatching
v1.0.1
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
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
0.1.6
- [Fix] Fixed to not build the x86 version. Flutter Android does not generate x86 release.
0.1.5
0.1.5
- [Fix] Fixed Android build .so file merging errors
- [Update] Revised installation method and updated related information
0.1.4
0.1.4
- [Fix] iOS FFI Binding Symbol Error
0.1.3
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
CHANGE LOG
- [Fix] Remove unused variables and update preparations for package uploads
0.1.1
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
Flutter PixelMatching
- Module to perform feature matching using OpenCV