Skip to content

Releases: lowapple/flutter-pixelmatching

v1.0.1

09 Sep 04:41
Compare
Choose a tag to compare

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

02 Nov 01:32
2cc4e38
Compare
Choose a tag to compare

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
    demo_sample

Full Changelog: v0.1.6...v1.0.0

0.1.6

16 May 05:55
45b5acb
Compare
Choose a tag to compare

0.1.6

  • [Fix] Fixed to not build the x86 version. Flutter Android does not generate x86 release.

0.1.5

04 May 08:00
2155e7f
Compare
Choose a tag to compare

0.1.5

  • [Fix] Fixed Android build .so file merging errors
  • [Update] Revised installation method and updated related information

0.1.4

03 May 15:02
208c3ce
Compare
Choose a tag to compare

0.1.4

  • [Fix] iOS FFI Binding Symbol Error

0.1.3

03 May 03:48
0b1143d
Compare
Choose a tag to compare

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

26 Apr 06:52
Compare
Choose a tag to compare

CHANGE LOG

  • [Fix] Remove unused variables and update preparations for package uploads

0.1.1

25 Apr 02:12
f0aebb4
Compare
Choose a tag to compare

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

sample

v0.1.0

11 Apr 06:34
Compare
Choose a tag to compare

Flutter PixelMatching

  • Module to perform feature matching using OpenCV