|
| 1 | +## 1.0.1 |
| 2 | + |
| 3 | +- [Update] Upgrade flutter package dependencies |
| 4 | + |
1 | 5 | ## 1.0.0 |
2 | | -* [Feature] Add a binding to change the Yuv420_888 image format to RGB format |
3 | | -* [Fix] Fixed return value false on initialize call after initialization |
4 | | -* [Fix] Fixed data loss due to CROP during internal image processing |
5 | | -* [Update] Update plugin interface |
6 | | -* [Update] Update plugin demo application |
| 6 | + |
| 7 | +- [Feature] Add a binding to change the Yuv420_888 image format to RGB format |
| 8 | +- [Fix] Fixed return value false on initialize call after initialization |
| 9 | +- [Fix] Fixed data loss due to CROP during internal image processing |
| 10 | +- [Update] Update plugin interface |
| 11 | +- [Update] Update plugin demo application |
7 | 12 |
|
8 | 13 | ## 0.1.6 |
9 | | -* [Fix] Fixed to not build the x86 version. Flutter Android does not generate x86 release. |
| 14 | + |
| 15 | +- [Fix] Fixed to not build the x86 version. Flutter Android does not generate x86 release. |
10 | 16 |
|
11 | 17 | ## 0.1.5 |
12 | | -* [Fix] Fixed Android build .so file merging errors |
13 | | -* [Update] Revised installation method and updated related information |
| 18 | + |
| 19 | +- [Fix] Fixed Android build .so file merging errors |
| 20 | +- [Update] Revised installation method and updated related information |
14 | 21 |
|
15 | 22 | ## 0.1.4 |
16 | | -* [Fix] Fixed iOS builds failing to call native method due to symbolic link error |
| 23 | + |
| 24 | +- [Fix] Fixed iOS builds failing to call native method due to symbolic link error |
17 | 25 |
|
18 | 26 | ## 0.1.3 |
19 | | -* [Update] Embed the OpenCV include file directly inside the plugin because it was inconvenient to install the plugin using an existing script |
20 | | -* [Update] Converted internal example text to English |
| 27 | + |
| 28 | +- [Update] Embed the OpenCV include file directly inside the plugin because it was inconvenient to install the plugin using an existing script |
| 29 | +- [Update] Converted internal example text to English |
21 | 30 |
|
22 | 31 | ## 0.1.2 |
23 | 32 |
|
24 | | -* [Fix] Remove unused variables and update preparations for package uploads |
| 33 | +- [Fix] Remove unused variables and update preparations for package uploads |
| 34 | + |
25 | 35 | ## 0.1.1 |
26 | 36 |
|
27 | | -* [Fix] Fixed a memory leak on some devices |
| 37 | +- [Fix] Fixed a memory leak on some devices |
28 | 38 |
|
29 | 39 | ## 0.1.0 |
30 | 40 |
|
31 | | -* [New] Added plugin basic similarity and marker and query functionality |
| 41 | +- [New] Added plugin basic similarity and marker and query functionality |
0 commit comments