Skip to content

Commit a161933

Browse files
committed
v2.4.18 Flutter
1 parent e840f9e commit a161933

3 files changed

Lines changed: 35 additions & 3 deletions

File tree

SMBeautyEngine_flutter/pixelfree/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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
218
iOS sdk 更新
319

SMBeautyEngine_flutter/pixelfree/README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Add this to your package's `pubspec.yaml` file:
1616

1717
```yaml
1818
dependencies:
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

SMBeautyEngine_flutter/pixelfree/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: pixelfree
22
description: "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
44
homepage: https://github.com/uu-code007/PixelFreeEffects # 项目主页
55
repository: https://github.com/uu-code007/PixelFreeEffects # 代码仓库
66
environment:

0 commit comments

Comments
 (0)