feat(example): 添加人脸注册按钮和ID显示功能

- 添加注册按钮,点击生成随机人脸ID(格式:F + 8位数字)
- 实时显示检测到的人脸对应的ID
- 使用彩色标签区分已注册(绿色)和未注册(橙色)状态

Quick task: 260330-ld1
This commit is contained in:
2026-03-30 15:28:31 +08:00
parent 3c2bb02e33
commit 184c3a9f16
9 changed files with 1099 additions and 0 deletions

38
.planning/PROJECT.md Normal file
View File

@@ -0,0 +1,38 @@
# ArcSoft Face Recognition Plugin
## What This Is
Flutter 人脸识别插件,基于 ArcSoft SDK 实现 Android 平台的人脸检测和识别功能。
## Core Value
提供简单易用的 Flutter 人脸识别 API封装 ArcSoft SDK 的复杂性。
## Requirements
### Validated
- ✓ 人脸检测 - existing
- ✓ 人脸特征提取 - existing
- ✓ 活体检测 - existing
### Active
- [ ] 在 example 应用中添加人脸注册功能
- [ ] 显示检测到的人脸 ID
### Out of Scope
- iOS 平台支持 — 当前仅 Android
## Context
Flutter 插件项目,使用 Method Channel 与 Android 原生层通信。
## Constraints
- **Platform**: Android only (minSdk 24+)
- **SDK**: ArcSoft Face Recognition SDK
---
*Last updated: 2026-03-30 after initialization*