File tree Expand file tree Collapse file tree
SMBeautyEngine_flutter/pixelfree Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 2.4.18
2+ - Android SDK 更新至 v2.4.18
3+ - 新增美妆功能支持
4+ - 支持设置美妆路径 (` setMakeupPath ` )
5+ - 支持清除美妆 (` clearMakeup ` )
6+ - 支持设置美妆部位程度 (` setMakeupPartDegree ` )
7+ - 新增人脸检测相关接口
8+ - 获取人脸矩形 (` getFaceRect ` )
9+ - 获取人脸数量 (` getFaceSize ` )
10+ - 设置检测模式 (` setDetectMode ` )
11+ - 检测是否有人脸 (` hasFace ` )
12+ - 新增版本查询接口 (` getVersion ` )
13+ - 新增日志级别设置接口 (` setVLogLevel ` )
14+ - 修复 Android API 兼容性问题
15+ - 完善所有 C 接口的 Flutter 封装
16+
117## 2.4.17
218iOS sdk 更新
319
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Add this to your package's `pubspec.yaml` file:
1616
1717``` yaml
1818dependencies :
19- pixelfree : ^2.4.14
19+ pixelfree : ^2.4.18
2020` ` `
2121
2222## Usage
@@ -151,7 +151,7 @@ enum PFBeautyFiterType {
151151
152152## Dependencies
153153
154- - Android: lib_pixelFree 2.4.11
154+ - Android: lib_pixelFree 2.4.18
155155- iOS: PixelFree.framework
156156
157157## License
@@ -160,6 +160,22 @@ This plugin is proprietary software. All rights reserved.
160160
161161## Version History
162162
163+ ### 2.4.18
164+ - Android SDK updated to v2.4.18
165+ - Added makeup functionality support
166+ - Set makeup path (` setMakeupPath ` )
167+ - Clear makeup (` clearMakeup ` )
168+ - Set makeup part degree (` setMakeupPartDegree ` )
169+ - Added face detection related APIs
170+ - Get face rectangle (` getFaceRect ` )
171+ - Get face count (` getFaceSize ` )
172+ - Set detect mode (` setDetectMode ` )
173+ - Check if has face (` hasFace ` )
174+ - Added version query API (` getVersion ` )
175+ - Added log level setting API (` setVLogLevel ` )
176+ - Fixed Android API compatibility issues
177+ - Completed Flutter wrappers for all C APIs
178+
163179### 2.4.14
164180- Fixed type conversion warnings in Android implementation
165181- Improved error handling for method calls
Original file line number Diff line number Diff line change 11name : pixelfree
22description : " A Flutter plugin for image and video processing with beauty filters, color grading, and HLS filters."
3- version : 2.4.17
3+ version : 2.4.18
44homepage : https://github.com/uu-code007/PixelFreeEffects # 项目主页
55repository : https://github.com/uu-code007/PixelFreeEffects # 代码仓库
66environment :
You can’t perform that action at this time.
0 commit comments